﻿
	@import url("https://www.page.works/uploads/misc/Calvin-Webstore/Calvinmain.css");
																																								/*************************************************************************************
																																								* NO CHANGES ABOVE THIS LINE
																											
																										
																																								*************************************************************************************/
						/*hide cost center on user profile and registration pages */
					              .register-page .user-info div div:nth-child(15)  {
						        display: none;
						       }
				
					#ListViewTable tbody{
							width: 100%;
							}
							
							
							
					
							
							
							
							.shipping-misc {
							display: none;
							}
							
							.product-list-view #ListViewTable tbody tr td.product-align:nth-child(3){
							display: none !important;
							}
							
							.contact-title{
							font-size: 14px;
							font-weight: bold;
							text-transform: uppercase;
							color: #20331a;
							}
							.contact-title + p{
							margin-top: 0 !important;
							margin-bottom: 1.5rem;
							}		
							
							.list-product-image, .product-image {
							
							transition: transform .5s ease-in-out;
							}
							.list-product-image:hover {
							-ms-transform: scale(1.5); /* IE 9 */
							-webkit-transform: scale(1.5); /* Safari 3-8 */
							transform: scale(1.5);
							transform-origin: 0% 40%;
							}
							.product-image:hover{
							-ms-transform: scale(1.5); /* IE 9 */
							-webkit-transform: scale(1.5); /* Safari 3-8 */
							transform: scale(1.5);
							}
							
							.product-description{
							height: 40px !important;
							overflow-x: scroll !important;
							}
							;
							
							.product-list-view .list-product-image {
							width: 150px !important;
							height: 150px !important;
							}
							
							.category-page-products .product-list-view table, .search-results .product-list-view table {
							border-bottom: none !important;
							}
							#mypricetable{
							border-collapse: collapse;
							margin-top: 10px;
							}
							
							#mypricetable td{
							font-size: 12px;
							border: 1px solid #cccccc;
							color: #000;
							padding: 0px 10px 0px 10px;
							}
							
							.product-list-grid .list-product-title h5 {
							margin-top: 15px !important;
							}		
							
		
		.product-details-page .product-price-matrix
		{
		    display: none !important;
		}
		
		
							.category-page-products .product-list-view .product-list-grid .list-product-description,.search-results .product-list-view .product-list-grid .list-product-description  {
							overflow: scroll;
							}	
							
							.help{
							display: none !important;
							}		
							.review-job{
							display: none !important;
							}		
							
							.checkout-shipment-label ng-binding {
							display: none;	
							}				
							.checkout-payment-method{
							display: none;	
							}				
							
							
							.tax-exempt {
							display: none;	
							}					
							
							.featured-product-title {
							display: none !important;		
							}						
							
							
							.product-items-container .filter-container {
							border-top: 1px solid #fff;
							}		
							
							
																							
																																								/*************************************************************************************
																																								* NO CHANGES BELOW THIS LINE
																																								*************************************************************************************/
																																						.product-customization-wrapper{
																																							background: url('images/texture.png') !important;
																																							}
																																								.wrapper-other {
																																								        background: url('images/texture.png');
																																								        width: 100%;
																																								        height: 100%;
																																								        overflow: hidden !important;
																																								    }
																																					.product-customization-wrapper .product-customization-previewarea-toolbar .section2 .icon-pdfproof {
																																							        background: url('images/icon_pdf_proof.png') !important;
																																							        background-repeat: no-repeat;
																																							        top: 1px!important;
																																							    }
																																							    .product-customization-wrapper .product-customization-previewarea-toolbar .section2 .icon-pdfproof:hover {
																																							        background: url('images/icon_pdf_proof_hover.png') !important;
																																							        background-repeat: no-repeat;
																																							        top: 1px!important;
																																							    }
																																												    /*This below class is used to show the callout when cart is reached maximum*/
																																												    [class^="icon"],
																																												    [class*=" icon"] {
																																												        display: inline-block;
																																												        width: 14px;
																																												        height: 14px;
																																												        line-height: 14px;
																																												        vertical-align: text-top;
																																												        background-image: url("images/toolbaricons.png");
																																												        background-position: 14px 14px;
																																												        background-repeat: no-repeat;
																																												        margin-top: 1px;
																																											    }
																																											    @font-face {
																																											        font-family: 'unicons';
																																											        src: url('fonts/webfonts-unicons/unicons.eot');
																																											        src: url('fonts/webfonts-unicons/unicons.eot?#iefix') format('embedded-opentype'), url('fonts/webfonts-unicons/unicons.svg#unicons') format('svg'), url('fonts/webfonts-unicons/unicons.woff') format('woff'), url('fonts/webfonts-unicons/unicons.ttf') format('truetype');
																																											        font-weight: normal;
																																											        font-style: normal;
																																											    }
																																											    /* Use the following CSS code if you want to use data attributes for inserting your icons */
																																											    [data-icon]:before {
																																											        font-family: 'unicons';
																																											        content: attr(data-icon);
																																											        speak: none;
																																											        font-weight: normal;
																																											        -webkit-font-smoothing: antialiased;
																																											    }
																																											/* Use the following CSS code if you want to have a class per icon */
																																											    [class^="icon-"]:before,
																																											    [class*=" icon-"]:before {
																																											        font-family: 'unicons';
																																											        font-style: normal;
																																											        speak: none;
																																											        font-weight: normal;
																																											        -webkit-font-smoothing: antialiased;
																																											        padding-right: 3px;
																																											    }
																																											    .icon-zoom-out:before {
																																											        content: "\e000";
																																											    }
																																											    .icon-zoom-in:before {
																																											        content: "\e001";
																																											    }
																																											    .icon-youtube:before {
																																											        content: "\e002";
																																											    }
																																											    .icon-yahoo:before {
																																											        content: "\e003";
																																											    }
																																											    .icon-world:before {
																																											        content: "\e004";
																																											    }
																																											    .icon-volume:before {
																																											        content: "\e005";
																																											    }
																																											    .icon-volume-off:before {
																																											        content: "\e006";
																																											    }
																																											    .icon-volume-medium:before {
																																											        content: "\e007";
																																											    }
																																											    .icon-volume-loud:before {
																																											        content: "\e008";
																																											    }
																																											    .icon-vimeo:before {
																																											        content: "\e009";
																																											    }
																																											    .icon-video:before {
																																											        content: "\e00a";
																																											    }
																																											    .icon-user-male:before {
																																											        content: "\e00b";
																																											    }
																																											    .icon-user-female:before {
																																											        content: "\e00c";
																																											    }
																																											    .icon-upload2:before {
																																											        content: "\e00d";
																																											    }
																																											    .icon-upload:before {
																																											        content: "\e00e";
																																											    }
																																											    .icon-update:before {
																																											        content: "\e00f";
																																											    }
																																											    .icon-unstar:before {
																																											        content: "\e010";
																																											    }
																																											    .icon-unlove:before {
																																											        content: "\e011";
																																											    }
																																											    .icon-unlock:before {
																																											        content: "\e012";
																																											    }
																																											    .icon-unlike:before {
																																											        content: "\e013";
																																											    }
																																											    .icon-twitter:before {
																																											        content: "\e014";
																																											    }
																																											    .icon-trash:before {
																																											        content: "\e015";
																																											    }
																																											    .icon-timemachine:before {
																																											        content: "\e016";
																																											    }
																																											    .icon-texting:before {
																																											        content: "\e017";
																																											    }
																																											    .icon-tags:before {
																																											        content: "\e018";
																																											    }
																																											    .icon-tag:before {
																																											        content: "\e019";
																																											    }
																																											    .icon-stumbleupon:before {
																																											        content: "\e01a";
																																											    }
																																											    .icon-stream:before {
																																											        content: "\e01b";
																																											    }
																																											    .icon-storage:before {
																																											        content: "\e01c";
																																											    }
																																											    .icon-stop2:before {
																																											        content: "\e01d";
																																											    }
																																											    .icon-stop:before {
																																											        content: "\e01e";
																																											    }
																																											    .icon-star:before {
																																											        content: "\e01f";
																																											    }
																																											    .icon-spotify:before {
																																											        content: "\e020";
																																											    }
																																											    .icon-small-thumbnails:before {
																																											        content: "\e021";
																																											    }
																																											    .icon-skype:before {
																																											        content: "\e022";
																																											    }
																																											    .icon-shuffle:before {
																																											        content: "\e023";
																																											    }
																																											    .icon-share:before {
																																											        content: "\e024";
																																											    }
																																											    .icon-settings:before {
																																											        content: "\e025";
																																											    }
																																											    .icon-select-vertical:before {
																																											        content: "\e026";
																																											    }
																																											    .icon-select-top:before {
																																											        content: "\e027";
																																											    }
																																											    .icon-select-right:before {
																																											        content: "\e028";
																																											    }
																																											    .icon-select-left:before {
																																											        content: "\e029";
																																											    }
																																											    .icon-select-horizontal:before {
																																											        content: "\e02a";
																																											    }
																																											    .icon-select-bottom:before {
																																											        content: "\e02b";
																																											    }
																																											    .icon-search:before {
																																											        content: "\e02c";
																																											    }
																																											    .icon-rewind-to-the-start:before {
																																											        content: "\e02d";
																																											    }
																																											    .icon-rewind-to-the-end:before {
																																											        content: "\e02e";
																																											    }
																																											    .icon-rewind-to-prev-breakpoint:before {
																																											        content: "\e02f";
																																											    }
																																											    .icon-rewind-to-next-breakpoint:before {
																																											        content: "\e030";
																																											    }
																																											    .icon-rewind-forward:before {
																																											        content: "\e031";
																																											    }
																																											    .icon-rewind-back:before {
																																											        content: "\e032";
																																											    }
																																											    .icon-reply:before {
																																											        content: "\e033";
																																											    }
																																											    .icon-repeat2:before {
																																											        content: "\e034";
																																											    }
																																											    .icon-repeat:before {
																																											        content: "\e035";
																																											    }
																																											    .icon-reload2:before {
																																											        content: "\e036";
																																											    }
																																											    .icon-reload:before {
																																											        content: "\e037";
																																											    }
																																											    .icon-rec:before {
																																											        content: "\e038";
																																											    }
																																											    .icon-plus:before {
																																											        content: "\e039";
																																											    }
																																											    .icon-play:before {
																																											        content: "\e03a";
																																											    }
																																											    .icon-pinterest:before {
																																											        content: "\e03b";
																																											    }
																																											    .icon-pin:before {
																																											        content: "\e03c";
																																											    }
																																											    .icon-pie-chart:before {
																																											        content: "\e03d";
																																											    }
																																											    .icon-photo:before {
																																											        content: "\e03e";
																																											    }
																																											    .icon-phone:before {
																																											        content: "\e03f";
																																											    }
																																											    .icon-pen:before {
																																											        content: "\e040";
																																											    }
																																											    .icon-pause:before {
																																											        content: "\e041";
																																											    }
																																											    .icon-path:before {
																																											        content: "\e042";
																																											    }
																																											    .icon-option:before {
																																											        content: "\e043";
																																											    }
																																											    .icon-note:before {
																																											        content: "\e044";
																																											    }
																																											    .icon-new-window:before {
																																											        content: "\e045";
																																											    }
																																											    .icon-new-message:before {
																																											        content: "\e046";
																																											    }
																																											    .icon-move:before {
																																											        content: "\e047";
																																											    }
																																											    .icon-more:before {
																																											        content: "\e048";
																																											    }
																																											    .icon-minus:before {
																																											        content: "\e049";
																																											    }
																																											    .icon-minimize:before {
																																											        content: "\e04a";
																																											    }
																																											    .icon-mic:before {
																																											        content: "\e04b";
																																											    }
																																											    .icon-mic-cross:before {
																																											        content: "\e04c";
																																											    }
																																											    .icon-messages:before {
																																											        content: "\e04d";
																																											    }
																																											    .icon-message2:before {
																																											        content: "\e04e";
																																											    }
																																											    .icon-message:before {
																																											        content: "\e04f";
																																											    }
																																											    .icon-melody:before {
																																											        content: "\e050";
																																											    }
																																											    .icon-maximize:before {
																																											        content: "\e051";
																																											    }
																																											    .icon-map:before {
																																											        content: "\e052";
																																											    }
																																											    .icon-mail:before {
																																											        content: "\e053";
																																											    }
																																											    .icon-macbook:before {
																																											        content: "\e054";
																																											    }
																																											    .icon-love:before {
																																											        content: "\e055";
																																											    }
																																											    .icon-loudspeaker:before {
																																											        content: "\e056";
																																											    }
																																											    .icon-lock:before {
																																											        content: "\e057";
																																											    }
																																											    .icon-location:before {
																																											        content: "\e058";
																																											    }
																																											    .icon-list3:before {
																																											        content: "\e059";
																																											    }
																																											    .icon-list2:before {
																																											        content: "\e05a";
																																											    }
																																											    .icon-list:before {
																																											        content: "\e05b";
																																											    }
																																											    .icon-list-with-thumbnails:before {
																																											        content: "\e05c";
																																											    }
																																											    .icon-linkedin:before {
																																											        content: "\e05d";
																																											    }
																																											    .icon-link:before {
																																											        content: "\e05e";
																																											    }
																																											    .icon-like:before {
																																											        content: "\e05f";
																																											    }
																																											    .icon-large-thumbnails:before {
																																											        content: "\e060";
																																											    }
																																											    .icon-key:before {
																																											        content: "\e061";
																																											    }
																																											    .icon-iphone:before {
																																											        content: "\e062";
																																											    }
																																											    .icon-ipad:before {
																																											        content: "\e063";
																																											    }
																																											    .icon-intstagram:before {
																																											        content: "\e064";
																																											    }
																																											    .icon-increase:before {
																																											        content: "\e065";
																																											    }
																																											    .icon-imac:before {
																																											        content: "\e066";
																																											    }
																																											    .icon-home:before {
																																											        content: "\e067";
																																											    }
																																											    .icon-folder:before {
																																											        content: "\e068";
																																											    }
																																											    .icon-flag:before {
																																											        content: "\e069";
																																											    }
																																											    .icon-filter:before {
																																											        content: "\e06a";
																																											    }
																																											    .icon-facebook:before {
																																											        content: "\e06b";
																																											    }
																																											    .icon-eye:before {
																																											        content: "\e06c";
																																											    }
																																											    .icon-eye-cross:before {
																																											        content: "\e06d";
																																											    }
																																											    .icon-external:before {
																																											        content: "\e06e";
																																											    }
																																											    .icon-exit:before {
																																											        content: "\e06f";
																																											    }
																																											    .icon-evernote:before {
																																											        content: "\e070";
																																											    }
																																											    .icon-dribbble:before {
																																											        content: "\e071";
																																											    }
																																											    .icon-download2:before {
																																											        content: "\e072";
																																											    }
																																											    .icon-download:before {
																																											        content: "\e073";
																																											    }
																																											    .icon-documents:before {
																																											        content: "\e074";
																																											    }
																																											    .icon-document:before {
																																											        content: "\e075";
																																											    }
																																											    .icon-directions:before {
																																											        content: "\e076";
																																											    }
																																											    .icon-deviantart:before {
																																											        content: "\e077";
																																											    }
																																											    .icon-delete:before {
																																											        content: "\e078";
																																											    }
																																											    .icon-decrease:before {
																																											        content: "\e079";
																																											    }
																																											    .icon-cross:before {
																																											        content: "\e07a";
																																											    }
																																											    .icon-code:before {
																																											        content: "\e07b";
																																											    }
																																											    .icon-cloud:before {
																																											        content: "\e07c";
																																											    }
																																											    .icon-clock:before {
																																											        content: "\e07d";
																																											    }
																																											    .icon-clip:before {
																																											        content: "\e07e";
																																											    }
																																											    .icon-checkmark:before {
																																											        content: "\e07f";
																																											    }
																																											    .icon-chart:before {
																																											        content: "\e080";
																																											    }
																																											    .icon-categories:before {
																																											        content: "\e081";
																																											    }
																																											    .icon-case:before {
																																											        content: "\e082";
																																											    }
																																											    .icon-cart-full:before {
																																											        content: "\e083";
																																											    }
																																											    .icon-cart-empty:before {
																																											        content: "\e084";
																																											    }
																																											    .icon-card:before {
																																											        content: "\e085";
																																											    }
																																											    .icon-camera:before {
																																											        content: "\e086";
																																											    }
																																											    .icon-calendar2:before {
																																											        content: "\e087";
																																											    }
																																											    .icon-calendar:before {
																																											        content: "\e088";
																																											    }
																																											    .icon-calendar-done:before {
																																											        content: "\e089";
																																											    }
																																											    .icon-bucket:before {
																																											        content: "\e08a";
																																											    }
																																											    .icon-box2:before {
																																											        content: "\e08b";
																																											    }
																																											    .icon-box:before {
																																											        content: "\e08c";
																																											    }
																																											    .icon-book:before {
																																											        content: "\e08d";
																																											    }
																																											    .icon-bell:before {
																																											        content: "\e08e";
																																											    }
																																											    .icon-behance:before {
																																											        content: "\e08f";
																																											    }
																																											    .icon-arrow-top2:before {
																																											        content: "\e090";
																																											    }
																																											    .icon-arrow-top:before {
																																											        content: "\e091";
																																											    }
																																											    .icon-arrow-right2:before {
																																											        content: "\e092";
																																											    }
																																											    .icon-arrow-right:before {
																																											        content: "\e093";
																																											    }
																																											    .icon-arrow-left2:before {
																																											        content: "\e094";
																																											    }
																																											    .icon-arrow-left:before {
																																											        content: "\e095";
																																											    }
																																											    .icon-arrow-down2:before {
																																											        content: "\e096";
																																											    }
																																											    .icon-arrow-down:before {
																																											        content: "\e097";
																																											    }
																																											    @font-face {
																																											        font-family: 'ElegantIcons';
																																											        src: url('fonts/webfonts-eleganticons/ElegantIcons.eot');
																																											        src: url('fonts/webfonts-eleganticons/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('fonts/webfonts-eleganticons/ElegantIcons.woff') format('woff'), url('fonts/webfonts-eleganticons/ElegantIcons.ttf') format('truetype'), url('fonts/webfonts-eleganticons/ElegantIcons.svg#ElegantIcons') format('svg');
																																											        font-weight: normal;
																																											        font-style: normal;
																																											    }
																																											    /* Use the following CSS code if you want to use data attributes for inserting your icons */
																																											    [data-icon]:before {
																																											        font-family: 'ElegantIcons';
																																											        content: attr(data-icon);
																																											        speak: none;
																																											        font-weight: normal;
																																											        font-variant: normal;
																																											        text-transform: none;
																																											        line-height: 1;
																																											        -webkit-font-smoothing: antialiased;
																																											        -moz-osx-font-smoothing: grayscale;
																																											    }
																																											    /* Use the following CSS code if you want to have a class per icon */
																																											    /*
																																											    Instead of a list of all class selectors,
																																											    you can use the generic selector below, but it's slower:
																																											    [class*="your-class-prefix"] {
																																											    */
																																											    .arrow_up,
																																											    .arrow_down,
																																											    .arrow_left,
																																											    .arrow_right,
																																											    .arrow_left-up,
																																											    .arrow_right-up,
																																											    .arrow_right-down,
																																											    .arrow_left-down,
																																											    .arrow-up-down,
																																											    .arrow_up-down_alt,
																																											    .arrow_left-right_alt,
																																											    .arrow_left-right,
																																											    .arrow_expand_alt2,
																																											    .arrow_expand_alt,
																																											    .arrow_condense,
																																											    .arrow_expand,
																																											    .arrow_move,
																																											    .arrow_carrot-up,
																																											    .arrow_carrot-down,
																																											    .arrow_carrot-left,
																																											    .arrow_carrot-right,
																																											    .arrow_carrot-2up,
																																											    .arrow_carrot-2down,
																																											    .arrow_carrot-2left,
																																											    .arrow_carrot-2right,
																																											    .arrow_carrot-up_alt2,
																																											    .arrow_carrot-down_alt2,
																																											    .arrow_carrot-left_alt2,
																																											    .arrow_carrot-right_alt2,
																																											    .arrow_carrot-2up_alt2,
																																											    .arrow_carrot-2down_alt2,
																																											    .arrow_carrot-2left_alt2,
																																											    .arrow_carrot-2right_alt2,
																																											    .arrow_triangle-up,
																																											    .arrow_triangle-down,
																																											    .arrow_triangle-left,
																																											    .arrow_triangle-right,
																																											    .arrow_triangle-up_alt2,
																																											    .arrow_triangle-down_alt2,
																																											    .arrow_triangle-left_alt2,
																																											    .arrow_triangle-right_alt2,
																																											    .arrow_back,
																																											    .icon_minus-06,
																																											    .icon_plus,
																																											    .icon_close,
																																											    .icon_check,
																																											    .icon_minus_alt2,
																																											    .icon_plus_alt2,
																																											    .icon_close_alt2,
																																											    .icon_check_alt2,
																																											    .icon_zoom-out_alt,
																																											    .icon_zoom-in_alt,
																																											    .icon_search,
																																											    .icon_box-empty,
																																											    .icon_box-selected,
																																											    .icon_minus-box,
																																											    .icon_plus-box,
																																											    .icon_box-checked,
																																											    .icon_circle-empty,
																																											    .icon_circle-slelected,
																																											    .icon_stop_alt2,
																																											    .icon_stop,
																																											    .icon_pause_alt2,
																																											    .icon_pause,
																																											    .icon_menu,
																																											    .icon_menu-square_alt2,
																																											    .icon_menu-circle_alt2,
																																											    .icon_ul,
																																											    .icon_ol,
																																											    .icon_adjust-horiz,
																																											    .icon_adjust-vert,
																																											    .icon_document_alt,
																																											    .icon_documents_alt,
																																											    .icon_pencil,
																																											    .icon_pencil-edit_alt,
																																											    .icon_pencil-edit,
																																											    .icon_folder-alt,
																																											    .icon_folder-open_alt,
																																											    .icon_folder-add_alt,
																																											    .icon_info_alt,
																																											    .icon_error-oct_alt,
																																											    .icon_error-circle_alt,
																																											    .icon_error-triangle_alt,
																																											    .icon_question_alt2,
																																											    .icon_question,
																																											    .icon_comment_alt,
																																											    .icon_chat_alt,
																																											    .icon_vol-mute_alt,
																																											    .icon_volume-low_alt,
																																											    .icon_volume-high_alt,
																																											    .icon_quotations,
																																											    .icon_quotations_alt2,
																																											    .icon_clock_alt,
																																											    .icon_lock_alt,
																																											    .icon_lock-open_alt,
																																											    .icon_key_alt,
																																											    .icon_cloud_alt,
																																											    .icon_cloud-upload_alt,
																																											    .icon_cloud-download_alt,
																																											    .icon_image,
																																											    .icon_images,
																																											    .icon_lightbulb_alt,
																																											    .icon_gift_alt,
																																											    .icon_house_alt,
																																											    .icon_genius,
																																											    .icon_mobile,
																																											    .icon_tablet,
																																											    .icon_laptop,
																																											    .icon_desktop,
																																											    .icon_camera_alt,
																																											    .icon_mail_alt,
																																											    .icon_cone_alt,
																																											    .icon_ribbon_alt,
																																											    .icon_bag_alt,
																																											    .icon_creditcard,
																																											    .icon_cart_alt,
																																											    .icon_paperclip,
																																											    .icon_tag_alt,
																																											    .icon_tags_alt,
																																											    .icon_trash_alt,
																																											    .icon_cursor_alt,
																																											    .icon_mic_alt,
																																											    .icon_compass_alt,
																																											    .icon_pin_alt,
																																											    .icon_pushpin_alt,
																																											    .icon_map_alt,
																																											    .icon_drawer_alt,
																																											    .icon_toolbox_alt,
																																											    .icon_book_alt,
																																											    .icon_calendar,
																																											    .icon_film,
																																											    .icon_table,
																																											    .icon_contacts_alt,
																																											    .icon_headphones,
																																											    .icon_lifesaver,
																																											    .icon_piechart,
																																											    .icon_refresh,
																																											    .icon_link_alt,
																																											    .icon_link,
																																											    .icon_loading,
																																											    .icon_blocked,
																																											    .icon_archive_alt,
																																											    .icon_heart_alt,
																																											    .icon_star_alt,
																																											    .icon_star-half_alt,
																																											    .icon_star,
																																											    .icon_star-half,
																																											    .icon_tools,
																																											    .icon_tool,
																																											    .icon_cog,
																																											    .icon_cogs,
																																											    .arrow_up_alt,
																																											    .arrow_down_alt,
																																											    .arrow_left_alt,
																																											    .arrow_right_alt,
																																											    .arrow_left-up_alt,
																																											    .arrow_right-up_alt,
																																											    .arrow_right-down_alt,
																																											    .arrow_left-down_alt,
																																											    .arrow_condense_alt,
																																											    .arrow_expand_alt3,
																																											    .arrow_carrot_up_alt,
																																											    .arrow_carrot-down_alt,
																																											    .arrow_carrot-left_alt,
																																											    .arrow_carrot-right_alt,
																																											    .arrow_carrot-2up_alt,
																																											    .arrow_carrot-2dwnn_alt,
																																											    .arrow_carrot-2left_alt,
																																											    .arrow_carrot-2right_alt,
																																											    .arrow_triangle-up_alt,
																																											    .arrow_triangle-down_alt,
																																											    .arrow_triangle-left_alt,
																																											    .arrow_triangle-right_alt,
																																											    .icon_minus_alt,
																																											    .icon_plus_alt,
																																											    .icon_close_alt,
																																											    .icon_check_alt,
																																											    .icon_zoom-out,
																																											    .icon_zoom-in,
																																											    .icon_stop_alt,
																																											    .icon_menu-square_alt,
																																											    .icon_menu-circle_alt,
																																											    .icon_document,
																																											    .icon_documents,
																																											    .icon_pencil_alt,
																																											    .icon_folder,
																																											    .icon_folder-open,
																																											    .icon_folder-add,
																																											    .icon_folder_upload,
																																											    .icon_folder_download,
																																											    .icon_info,
																																											    .icon_error-circle,
																																											    .icon_error-oct,
																																											    .icon_error-triangle,
																																											    .icon_question_alt,
																																											    .icon_comment,
																																											    .icon_chat,
																																											    .icon_vol-mute,
																																											    .icon_volume-low,
																																											    .icon_volume-high,
																																											    .icon_quotations_alt,
																																											    .icon_clock,
																																											    .icon_lock,
																																											    .icon_lock-open,
																																											    .icon_key,
																																											    .icon_cloud,
																																											    .icon_cloud-upload,
																																											    .icon_cloud-download,
																																											    .icon_lightbulb,
																																											    .icon_gift,
																																											    .icon_house,
																																											    .icon_camera,
																																											    .icon_mail,
																																											    .icon_cone,
																																											    .icon_ribbon,
																																											    .icon_bag,
																																											    .icon_cart,
																																											    .icon_tag,
																																											    .icon_tags,
																																											    .icon_trash,
																																											    .icon_cursor,
																																											    .icon_mic,
																																											    .icon_compass,
																																											    .icon_pin,
																																											    .icon_pushpin,
																																											    .icon_map,
																																											    .icon_drawer,
																																											    .icon_toolbox,
																																											    .icon_book,
																																											    .icon_contacts,
																																											    .icon_archive,
																																											    .icon_heart,
																																											    .icon_profile,
																																											    .icon_group,
																																											    .icon_grid-2x2,
																																											    .icon_grid-3x3,
																																											    .icon_music,
																																											    .icon_pause_alt,
																																											    .icon_phone,
																																											    .icon_upload,
																																											    .icon_download,
																																											    .social_facebook,
																																											    .social_twitter,
																																											    .social_pinterest,
																																											    .social_googleplus,
																																											    .social_tumblr,
																																											    .social_tumbleupon,
																																											    .social_wordpress,
																																											    .social_instagram,
																																											    .social_dribbble,
																																											    .social_vimeo,
																																											    .social_linkedin,
																																											    .social_rss,
																																											    .social_deviantart,
																																											    .social_share,
																																											    .social_myspace,
																																											    .social_skype,
																																											    .social_youtube,
																																											    .social_picassa,
																																											    .social_googledrive,
																																											    .social_flickr,
																																											    .social_blogger,
																																											    .social_spotify,
																																											    .social_delicious,
																																											    .social_facebook_circle,
																																											    .social_twitter_circle,
																																											    .social_pinterest_circle,
																																											    .social_googleplus_circle,
																																											    .social_tumblr_circle,
																																											    .social_stumbleupon_circle,
																																											    .social_wordpress_circle,
																																											    .social_instagram_circle,
																																											    .social_dribbble_circle,
																																											    .social_vimeo_circle,
																																											    .social_linkedin_circle,
																																											    .social_rss_circle,
																																											    .social_deviantart_circle,
																																											    .social_share_circle,
																																											    .social_myspace_circle,
																																											    .social_skype_circle,
																																											    .social_youtube_circle,
																																											    .social_picassa_circle,
																																											    .social_googledrive_alt2,
																																											    .social_flickr_circle,
																																											    .social_blogger_circle,
																																											    .social_spotify_circle,
																																											    .social_delicious_circle,
																																											    .social_facebook_square,
																																											    .social_twitter_square,
																																											    .social_pinterest_square,
																																											    .social_googleplus_square,
																																											    .social_tumblr_square,
																																											    .social_stumbleupon_square,
																																											    .social_wordpress_square,
																																											    .social_instagram_square,
																																											    .social_dribbble_square,
																																											    .social_vimeo_square,
																																											    .social_linkedin_square,
																																											    .social_rss_square,
																																											    .social_deviantart_square,
																																											    .social_share_square,
																																											    .social_myspace_square,
																																											    .social_skype_square,
																																											    .social_youtube_square,
																																											    .social_picassa_square,
																																											    .social_googledrive_square,
																																											    .social_flickr_square,
																																											    .social_blogger_square,
																																											    .social_spotify_square,
																																											    .social_delicious_square,
																																											    .icon_printer,
																																											    .icon_calulator,
																																											    .icon_building,
																																											    .icon_floppy,
																																											    .icon_drive,
																																											    .icon_search-2,
																																											    .icon_id,
																																											    .icon_id-2,
																																											    .icon_puzzle,
																																											    .icon_like,
																																											    .icon_dislike,
																																											    .icon_mug,
																																											    .icon_currency,
																																											    .icon_wallet,
																																											    .icon_pens,
																																											    .icon_easel,
																																											    .icon_flowchart,
																																											    .icon_datareport,
																																											    .icon_briefcase,
																																											    .icon_shield,
																																											    .icon_percent,
																																											    .icon_globe,
																																											    .icon_globe-2,
																																											    .icon_target,
																																											    .icon_hourglass,
																																											    .icon_balance,
																																											    .icon_rook,
																																											    .icon_printer-alt,
																																											    .icon_calculator_alt,
																																											    .icon_building_alt,
																																											    .icon_floppy_alt,
																																											    .icon_drive_alt,
																																											    .icon_search_alt,
																																											    .icon_id_alt,
																																											    .icon_id-2_alt,
																																											    .icon_puzzle_alt,
																																											    .icon_like_alt,
																																											    .icon_dislike_alt,
																																											    .icon_mug_alt,
																																											    .icon_currency_alt,
																																											    .icon_wallet_alt,
																																											    .icon_pens_alt,
																																											    .icon_easel_alt,
																																											    .icon_flowchart_alt,
																																											    .icon_datareport_alt,
																																											    .icon_briefcase_alt,
																																											    .icon_shield_alt,
																																											    .icon_percent_alt,
																																											    .icon_globe_alt,
																																											    .icon_clipboard {
																																											        font-family: 'ElegantIcons';
																																											        speak: none;
																																											        font-style: normal;
																																											        font-weight: normal;
																																											        font-variant: normal;
																																											        text-transform: none;
																																											        line-height: 1;
																																											        -webkit-font-smoothing: antialiased;
																																											    }
																																											    .arrow_up:before {
																																											        content: "\21";
																																											    }
																																											    .arrow_down:before {
																																											        content: "\22";
																																											    }
																																											    .arrow_left:before {
																																											        content: "\23";
																																											    }
																																											    .arrow_right:before {
																																											        content: "\24";
																																											    }
																																											    .arrow_left-up:before {
																																											        content: "\25";
																																											    }
																																											    .arrow_right-up:before {
																																											        content: "\26";
																																											    }
																																											    .arrow_right-down:before {
																																											        content: "\27";
																																											    }
																																											    .arrow_left-down:before {
																																											        content: "\28";
																																											    }
																																											    .arrow-up-down:before {
																																											        content: "\29";
																																											    }
																																											    .arrow_up-down_alt:before {
																																											        content: "\2a";
																																											    }
																																											    .arrow_left-right_alt:before {
																																											        content: "\2b";
																																											    }
																																											    .arrow_left-right:before {
																																											        content: "\2c";
																																											    }
																																											    .arrow_expand_alt2:before {
																																											        content: "\2d";
																																											    }
																																											    .arrow_expand_alt:before {
																																											        content: "\2e";
																																											    }
																																											    .arrow_condense:before {
																																											        content: "\2f";
																																											    }
																																											    .arrow_expand:before {
																																											        content: "\30";
																																											    }
																																											    .arrow_move:before {
																																											        content: "\31";
																																											    }
																																											    .arrow_carrot-up:before {
																																											        content: "\32";
																																											    }
																																											    .arrow_carrot-down:before {
																																											        content: "\33";
																																											    }
																																											    .arrow_carrot-left:before {
																																											        content: "\34";
																																											    }
																																											    .arrow_carrot-right:before {
																																											        content: "\35";
																																											    }
																																											    .arrow_carrot-2up:before {
																																											        content: "\36";
																																											    }
																																											    .arrow_carrot-2down:before {
																																											        content: "\37";
																																											    }
																																											    .arrow_carrot-2left:before {
																																											        content: "\38";
																																											    }
																																											    .arrow_carrot-2right:before {
																																											        content: "\39";
																																											    }
																																											    .arrow_carrot-up_alt2:before {
																																											        content: "\3a";
																																											    }
																																											    .arrow_carrot-down_alt2:before {
																																											        content: "\3b";
																																											    }
																																											    .arrow_carrot-left_alt2:before {
																																											        content: "\3c";
																																											    }
																																											    .arrow_carrot-right_alt2:before {
																																											        content: "\3d";
																																											    }
																																											    .arrow_carrot-2up_alt2:before {
																																											        content: "\3e";
																																											    }
																																											    .arrow_carrot-2down_alt2:before {
																																											        content: "\3f";
																																											    }
																																											    .arrow_carrot-2left_alt2:before {
																																											        content: "\40";
																																											    }
																																											    .arrow_carrot-2right_alt2:before {
																																											        content: "\41";
																																											    }
																																											    .arrow_triangle-up:before {
																																											        content: "\42";
																																											    }
																																											    .arrow_triangle-down:before {
																																											        content: "\43";
																																											    }
																																											    .arrow_triangle-left:before {
																																											        content: "\44";
																																											    }
																																											    .arrow_triangle-right:before {
																																											        content: "\45";
																																											    }
																																											    .arrow_triangle-up_alt2:before {
																																											        content: "\46";
																																											    }
																																											    .arrow_triangle-down_alt2:before {
																																											        content: "\47";
																																											    }
																																											    .arrow_triangle-left_alt2:before {
																																											        content: "\48";
																																											    }
																																											    .arrow_triangle-right_alt2:before {
																																											        content: "\49";
																																											    }
																																											    .arrow_back:before {
																																											        content: "\4a";
																																											    }
																																											    .icon_minus-06:before {
																																											        content: "\4b";
																																											    }
																																											    .icon_plus:before {
																																											        content: "\4c";
																																											    }
																																											    .icon_close:before {
																																											        content: "\4d";
																																											    }
																																											    .icon_check:before {
																																											        content: "\4e";
																																											    }
																																											    .icon_minus_alt2:before {
																																											        content: "\4f";
																																											    }
																																											    .icon_plus_alt2:before {
																																											        content: "\50";
																																											    }
																																											    .icon_close_alt2:before {
																																											        content: "\51";
																																											    }
																																											    .icon_check_alt2:before {
																																											        content: "\52";
																																											    }
																																											    .icon_zoom-out_alt:before {
																																											        content: "\53";
																																											    }
																																											    .icon_zoom-in_alt:before {
																																											        content: "\54";
																																											    }
																																											    .icon_search:before {
																																											        content: "\55";
																																											    }
																																											    .icon_box-empty:before {
																																											        content: "\56";
																																											    }
																																											    .icon_box-selected:before {
																																											        content: "\57";
																																											    }
																																											    .icon_minus-box:before {
																																											        content: "\58";
																																											    }
																																											    .icon_plus-box:before {
																																											        content: "\59";
																																											    }
																																											    .icon_box-checked:before {
																																											        content: "\5a";
																																											    }
																																											    .icon_circle-empty:before {
																																											        content: "\5b";
																																											    }
																																											    .icon_circle-slelected:before {
																																											        content: "\5c";
																																											    }
																																											    .icon_stop_alt2:before {
																																											        content: "\5d";
																																											    }
																																											    .icon_stop:before {
																																											        content: "\5e";
																																											    }
																																											    .icon_pause_alt2:before {
																																											        content: "\5f";
																																											    }
																																											    .icon_pause:before {
																																											        content: "\60";
																																											    }
																																											    .icon_menu:before {
																																											        content: "\61";
																																											    }
																																											    .icon_menu-square_alt2:before {
																																											        content: "\62";
																																											    }
																																											    .icon_menu-circle_alt2:before {
																																											        content: "\63";
																																											    }
																																											    .icon_ul:before {
																																											        content: "\64";
																																											    }
																																											    .icon_ol:before {
																																											        content: "\65";
																																											    }
																																											    .icon_adjust-horiz:before {
																																											        content: "\66";
																																											    }
																																											    .icon_adjust-vert:before {
																																											        content: "\67";
																																											    }
																																											    .icon_document_alt:before {
																																											        content: "\68";
																																											    }
																																											    .icon_documents_alt:before {
																																											        content: "\69";
																																											    }
																																											    .icon_pencil:before {
																																											        content: "\6a";
																																											    }
																																											    .icon_pencil-edit_alt:before {
																																											        content: "\6b";
																																											    }
																																											    .icon_pencil-edit:before {
																																											        content: "\6c";
																																											    }
																																											    .icon_folder-alt:before {
																																											        content: "\6d";
																																											    }
																																											    .icon_folder-open_alt:before {
																																											        content: "\6e";
																																											    }
																																											    .icon_folder-add_alt:before {
																																											        content: "\6f";
																																											    }
																																											    .icon_info_alt:before {
																																											        content: "\70";
																																											    }
																																											    .icon_error-oct_alt:before {
																																											        content: "\71";
																																											    }
																																											    .icon_error-circle_alt:before {
																																											        content: "\72";
																																											    }
																																											    .icon_error-triangle_alt:before {
																																											        content: "\73";
																																											    }
																																											    .icon_question_alt2:before {
																																											        content: "\74";
																																											    }
																																											    .icon_question:before {
																																											        content: "\75";
																																											    }
																																											    .icon_comment_alt:before {
																																											        content: "\76";
																																											    }
																																											    .icon_chat_alt:before {
																																											        content: "\77";
																																											    }
																																											    .icon_vol-mute_alt:before {
																																											        content: "\78";
																																											    }
																																											    .icon_volume-low_alt:before {
																																											        content: "\79";
																																											    }
																																											    .icon_volume-high_alt:before {
																																											        content: "\7a";
																																											    }
																																											    .icon_quotations:before {
																																											        content: "\7b";
																																											    }
																																											    .icon_quotations_alt2:before {
																																											        content: "\7c";
																																											    }
																																											    .icon_clock_alt:before {
																																											        content: "\7d";
																																											    }
																																											    .icon_lock_alt:before {
																																											        content: "\7e";
																																											    }
																																											    .icon_lock-open_alt:before {
																																											        content: "\e000";
																																											    }
																																											    .icon_key_alt:before {
																																											        content: "\e001";
																																											    }
																																											    .icon_cloud_alt:before {
																																											        content: "\e002";
																																											    }
																																											    .icon_cloud-upload_alt:before {
																																											        content: "\e003";
																																											    }
																																											    .icon_cloud-download_alt:before {
																																											        content: "\e004";
																																											    }
																																											    .icon_image:before {
																																											        content: "\e005";
																																											    }
																																											    .icon_images:before {
																																											        content: "\e006";
																																											    }
																																											    .icon_lightbulb_alt:before {
																																											        content: "\e007";
																																											    }
																																											    .icon_gift_alt:before {
																																											        content: "\e008";
																																											    }
																																											    .icon_house_alt:before {
																																											        content: "\e009";
																																											    }
																																											    .icon_genius:before {
																																											        content: "\e00a";
																																											    }
																																											    .icon_mobile:before {
																																											        content: "\e00b";
																																											    }
																																											    .icon_tablet:before {
																																											        content: "\e00c";
																																											    }
																																											    .icon_laptop:before {
																																											        content: "\e00d";
																																											    }
																																											    .icon_desktop:before {
																																											        content: "\e00e";
																																											    }
																																											    .icon_camera_alt:before {
																																											        content: "\e00f";
																																											    }
																																											    .icon_mail_alt:before {
																																											        content: "\e010";
																																											    }
																																											    .icon_cone_alt:before {
																																											        content: "\e011";
																																											    }
																																											    .icon_ribbon_alt:before {
																																											        content: "\e012";
																																											    }
																																											    .icon_bag_alt:before {
																																											        content: "\e013";
																																											    }
																																											    .icon_creditcard:before {
																																											        content: "\e014";
																																											    }
																																											    .icon_cart_alt:before {
																																											        content: "\e015";
																																											    }
																																											    .icon_paperclip:before {
																																											        content: "\e016";
																																											    }
																																											    .icon_tag_alt:before {
																																											        content: "\e017";
																																											    }
																																											    .icon_tags_alt:before {
																																											        content: "\e018";
																																											    }
																																											    .icon_trash_alt:before {
																																											        content: "\e019";
																																											    }
																																											    .icon_cursor_alt:before {
																																											        content: "\e01a";
																																											    }
																																											    .icon_mic_alt:before {
																																											        content: "\e01b";
																																											    }
																																											    .icon_compass_alt:before {
																																											        content: "\e01c";
																																											    }
																																											    .icon_pin_alt:before {
																																											        content: "\e01d";
																																											    }
																																											    .icon_pushpin_alt:before {
																																											        content: "\e01e";
																																											    }
																																											    .icon_map_alt:before {
																																											        content: "\e01f";
																																											    }
																																											    .icon_drawer_alt:before {
																																											        content: "\e020";
																																											    }
																																											    .icon_toolbox_alt:before {
																																											        content: "\e021";
																																											    }
																																											    .icon_book_alt:before {
																																											        content: "\e022";
																																											    }
																																											    .icon_calendar:before {
																																											        content: "\e023";
																																											    }
																																											    .icon_film:before {
																																											        content: "\e024";
																																											    }
																																											    .icon_table:before {
																																											        content: "\e025";
																																											    }
																																											    .icon_contacts_alt:before {
																																											        content: "\e026";
																																											    }
																																											    .icon_headphones:before {
																																											        content: "\e027";
																																											    }
																																											    .icon_lifesaver:before {
																																											        content: "\e028";
																																											    }
																																											    .icon_piechart:before {
																																											        content: "\e029";
																																											    }
																																											    .icon_refresh:before {
																																											        content: "\e02a";
																																											    }
																																											    .icon_link_alt:before {
																																											        content: "\e02b";
																																											    }
																																											    .icon_link:before {
																																											        content: "\e02c";
																																											    }
																																											    .icon_loading:before {
																																											        content: "\e02d";
																																											    }
																																											    .icon_blocked:before {
																																											        content: "\e02e";
																																											    }
																																											    .icon_archive_alt:before {
																																											        content: "\e02f";
																																											    }
																																											    .icon_heart_alt:before {
																																											        content: "\e030";
																																											    }
																																											    .icon_star_alt:before {
																																											        content: "\e031";
																																											    }
																																											    .icon_star-half_alt:before {
																																											        content: "\e032";
																																											    }
																																											    .icon_star:before {
																																											        content: "\e033";
																																											    }
																																											    .icon_star-half:before {
																																											        content: "\e034";
																																											    }
																																											    .icon_tools:before {
																																											        content: "\e035";
																																											    }
																																											    .icon_tool:before {
																																											        content: "\e036";
																																											    }
																																											    .icon_cog:before {
																																											        content: "\e037";
																																											    }
																																											    .icon_cogs:before {
																																											        content: "\e038";
																																											    }
																																											    .arrow_up_alt:before {
																																											        content: "\e039";
																																											    }
																																											    .arrow_down_alt:before {
																																											        content: "\e03a";
																																											    }
																																											    .arrow_left_alt:before {
																																											        content: "\e03b";
																																											    }
																																											    .arrow_right_alt:before {
																																											        content: "\e03c";
																																											    }
																																											    .arrow_left-up_alt:before {
																																											        content: "\e03d";
																																											    }
																																											    .arrow_right-up_alt:before {
																																											        content: "\e03e";
																																											    }
																																											    .arrow_right-down_alt:before {
																																											        content: "\e03f";
																																											    }
																																											    .arrow_left-down_alt:before {
																																											        content: "\e040";
																																											    }
																																											    .arrow_condense_alt:before {
																																											        content: "\e041";
																																											    }
																																											    .arrow_expand_alt3:before {
																																											        content: "\e042";
																																											    }
																																											    .arrow_carrot_up_alt:before {
																																											        content: "\e043";
																																											    }
																																											    .arrow_carrot-down_alt:before {
																																											        content: "\e044";
																																											    }
																																											    .arrow_carrot-left_alt:before {
																																											        content: "\e045";
																																											    }
																																											    .arrow_carrot-right_alt:before {
																																											        content: "\e046";
																																											    }
																																											    .arrow_carrot-2up_alt:before {
																																											        content: "\e047";
																																											    }
																																											    .arrow_carrot-2dwnn_alt:before {
																																											        content: "\e048";
																																											    }
																																											    .arrow_carrot-2left_alt:before {
																																											        content: "\e049";
																																											    }
																																											    .arrow_carrot-2right_alt:before {
																																											        content: "\e04a";
																																											    }
																																											    .arrow_triangle-up_alt:before {
																																											        content: "\e04b";
																																											    }
																																											    .arrow_triangle-down_alt:before {
																																											        content: "\e04c";
																																											    }
																																											    .arrow_triangle-left_alt:before {
																																											        content: "\e04d";
																																											    }
																																											    .arrow_triangle-right_alt:before {
																																											        content: "\e04e";
																																											    }
																																											    .icon_minus_alt:before {
																																											        content: "\e04f";
																																											    }
																																											    .icon_plus_alt:before {
																																											        content: "\e050";
																																											    }
																																											    .icon_close_alt:before {
																																											        content: "\e051";
																																											    }
																																											    .icon_check_alt:before {
																																											        content: "\e052";
																																											    }
																																											    .icon_zoom-out:before {
																																											        content: "\e053";
																																											    }
																																											    .icon_zoom-in:before {
																																											        content: "\e054";
																																											    }
																																											    .icon_stop_alt:before {
																																											        content: "\e055";
																																											    }
																																											    .icon_menu-square_alt:before {
																																											        content: "\e056";
																																											    }
																																											    .icon_menu-circle_alt:before {
																																											        content: "\e057";
																																											    }
																																											    .icon_document:before {
																																											        content: "\e058";
																																											    }
																																											    .icon_documents:before {
																																											        content: "\e059";
																																											    }
																																											    .icon_pencil_alt:before {
																																											        content: "\e05a";
																																											    }
																																											    .icon_folder:before {
																																											        content: "\e05b";
																																											    }
																																											    .icon_folder-open:before {
																																											        content: "\e05c";
																																											    }
																																											    .icon_folder-add:before {
																																											        content: "\e05d";
																																											    }
																																											    .icon_folder_upload:before {
																																											        content: "\e05e";
																																											    }
																																											    .icon_folder_download:before {
																																											        content: "\e05f";
																																											    }
																																											    .icon_info:before {
																																											        content: "\e060";
																																											    }
																																											    .icon_error-circle:before {
																																											        content: "\e061";
																																											    }
																																											    .icon_error-oct:before {
																																											        content: "\e062";
																																											    }
																																											    .icon_error-triangle:before {
																																											        content: "\e063";
																																											    }
																																											    .icon_question_alt:before {
																																											        content: "\e064";
																																											    }
																																											    .icon_comment:before {
																																											        content: "\e065";
																																											    }
																																											    .icon_chat:before {
																																											        content: "\e066";
																																											    }
																																											    .icon_vol-mute:before {
																																											        content: "\e067";
																																											    }
																																											    .icon_volume-low:before {
																																											        content: "\e068";
																																											    }
																																											    .icon_volume-high:before {
																																											        content: "\e069";
																																											    }
																																											    .icon_quotations_alt:before {
																																											        content: "\e06a";
																																											    }
																																											    .icon_clock:before {
																																											        content: "\e06b";
																																											    }
																																											    .icon_lock:before {
																																											        content: "\e06c";
																																											    }
																																											    .icon_lock-open:before {
																																											        content: "\e06d";
																																											    }
																																											    .icon_key:before {
																																											        content: "\e06e";
																																											    }
																																											    .icon_cloud:before {
																																											        content: "\e06f";
																																											    }
																																											    .icon_cloud-upload:before {
																																											        content: "\e070";
																																											    }
																																											    .icon_cloud-download:before {
																																											        content: "\e071";
																																											    }
																																											    .icon_lightbulb:before {
																																											        content: "\e072";
																																											    }
																																											    .icon_gift:before {
																																											        content: "\e073";
																																											    }
																																											    .icon_house:before {
																																											        content: "\e074";
																																											    }
																																											    .icon_camera:before {
																																											        content: "\e075";
																																											    }
																																											    .icon_mail:before {
																																											        content: "\e076";
																																											    }
																																											    .icon_cone:before {
																																											        content: "\e077";
																																											    }
																																											    .icon_ribbon:before {
																																											        content: "\e078";
																																											    }
																																											    .icon_bag:before {
																																											        content: "\e079";
																																											    }
																																											    .icon_cart:before {
																																											        content: "\e07a";
																																											    }
																																											    .icon_tag:before {
																																											        content: "\e07b";
																																											    }
																																											    .icon_tags:before {
																																											        content: "\e07c";
																																											    }
																																											    .icon_trash:before {
																																											        content: "\e07d";
																																											    }
																																											    .icon_cursor:before {
																																											        content: "\e07e";
																																											    }
																																											    .icon_mic:before {
																																											        content: "\e07f";
																																											    }
																																											    .icon_compass:before {
																																											        content: "\e080";
																																											    }
																																											    .icon_pin:before {
																																											        content: "\e081";
																																											    }
																																											    .icon_pushpin:before {
																																											        content: "\e082";
																																											    }
																																											    .icon_map:before {
																																											        content: "\e083";
																																											    }
																																											    .icon_drawer:before {
																																											        content: "\e084";
																																											    }
																																											    .icon_toolbox:before {
																																											        content: "\e085";
																																											    }
																																											    .icon_book:before {
																																											        content: "\e086";
																																											    }
																																											    .icon_contacts:before {
																																											        content: "\e087";
																																											    }
																																											    .icon_archive:before {
																																											        content: "\e088";
																																											    }
																																											    .icon_heart:before {
																																											        content: "\e089";
																																											    }
																																											    .icon_profile:before {
																																											        content: "\e08a";
																																											    }
																																											    .icon_group:before {
																																											        content: "\e08b";
																																											    }
																																											    .icon_grid-2x2:before {
																																											        content: "\e08c";
																																											    }
																																											    .icon_grid-3x3:before {
																																											        content: "\e08d";
																																											    }
																																											    .icon_music:before {
																																											        content: "\e08e";
																																											    }
																																											    .icon_pause_alt:before {
																																											        content: "\e08f";
																																											    }
																																											    .icon_phone:before {
																																											        content: "\e090";
																																											    }
																																											    .icon_upload:before {
																																											        content: "\e091";
																																											    }
																																											    .icon_download:before {
																																											        content: "\e092";
																																											    }
																																											    .social_facebook:before {
																																											        content: "\e093";
																																											    }
																																											    .social_twitter:before {
																																											        content: "\e094";
																																											    }
																																											    .social_pinterest:before {
																																											        content: "\e095";
																																											    }
																																											    .social_googleplus:before {
																																											        content: "\e096";
																																											    }
																																											    .social_tumblr:before {
																																											        content: "\e097";
																																											    }
																																											    .social_tumbleupon:before {
																																											        content: "\e098";
																																											    }
																																											    .social_wordpress:before {
																																											        content: "\e099";
																																											    }
																																											    .social_instagram:before {
																																											        content: "\e09a";
																																											    }
																																											    .social_dribbble:before {
																																											        content: "\e09b";
																																											    }
																																											    .social_vimeo:before {
																																											        content: "\e09c";
																																											    }
																																											    .social_linkedin:before {
																																											        content: "\e09d";
																																											    }
																																											    .social_rss:before {
																																											        content: "\e09e";
																																											    }
																																											    .social_deviantart:before {
																																											        content: "\e09f";
																																											    }
																																											    .social_share:before {
																																											        content: "\e0a0";
																																											    }
																																											    .social_myspace:before {
																																											        content: "\e0a1";
																																											    }
																																											    .social_skype:before {
																																											        content: "\e0a2";
																																											    }
																																											    .social_youtube:before {
																																											        content: "\e0a3";
																																											    }
																																											    .social_picassa:before {
																																											        content: "\e0a4";
																																											    }
																																											    .social_googledrive:before {
																																											        content: "\e0a5";
																																											    }
																																											    .social_flickr:before {
																																											        content: "\e0a6";
																																											    }
																																											    .social_blogger:before {
																																											        content: "\e0a7";
																																											    }
																																											    .social_spotify:before {
																																											        content: "\e0a8";
																																											    }
																																											    .social_delicious:before {
																																											        content: "\e0a9";
																																											    }
																																											    .social_facebook_circle:before {
																																											        content: "\e0aa";
																																											    }
																																											    .social_twitter_circle:before {
																																											        content: "\e0ab";
																																											    }
																																											    .social_pinterest_circle:before {
																																											        content: "\e0ac";
																																											    }
																																											    .social_googleplus_circle:before {
																																											        content: "\e0ad";
																																											    }
																																											    .social_tumblr_circle:before {
																																											        content: "\e0ae";
																																											    }
																																											    .social_stumbleupon_circle:before {
																																											        content: "\e0af";
																																											    }
																																											    .social_wordpress_circle:before {
																																											        content: "\e0b0";
																																											    }
																																											    .social_instagram_circle:before {
																																											        content: "\e0b1";
																																											    }
																																											    .social_dribbble_circle:before {
																																											        content: "\e0b2";
																																											    }
																																											    .social_vimeo_circle:before {
																																											        content: "\e0b3";
																																											    }
																																											    .social_linkedin_circle:before {
																																											        content: "\e0b4";
																																											    }
																																											    .social_rss_circle:before {
																																											        content: "\e0b5";
																																											    }
																																											    .social_deviantart_circle:before {
																																											        content: "\e0b6";
																																											    }
																																											    .social_share_circle:before {
																																											        content: "\e0b7";
																																											    }
																																											    .social_myspace_circle:before {
																																											        content: "\e0b8";
																																											    }
																																											    .social_skype_circle:before {
																																											        content: "\e0b9";
																																											    }
																																											    .social_youtube_circle:before {
																																											        content: "\e0ba";
																																											    }
																																											    .social_picassa_circle:before {
																																											        content: "\e0bb";
																																											    }
																																											    .social_googledrive_alt2:before {
																																											        content: "\e0bc";
																																											    }
																																											    .social_flickr_circle:before {
																																											        content: "\e0bd";
																																											    }
																																											    .social_blogger_circle:before {
																																											        content: "\e0be";
																																											    }
																																											    .social_spotify_circle:before {
																																											        content: "\e0bf";
																																											    }
																																											    .social_delicious_circle:before {
																																											        content: "\e0c0";
																																											    }
																																											    .social_facebook_square:before {
																																											        content: "\e0c1";
																																											    }
																																											    .social_twitter_square:before {
																																											        content: "\e0c2";
																																											    }
																																											    .social_pinterest_square:before {
																																											        content: "\e0c3";
																																											    }
																																											    .social_googleplus_square:before {
																																											        content: "\e0c4";
																																											    }
																																											    .social_tumblr_square:before {
																																											        content: "\e0c5";
																																											    }
																																											    .social_stumbleupon_square:before {
																																											        content: "\e0c6";
																																											    }
																																											    .social_wordpress_square:before {
																																											        content: "\e0c7";
																																											    }
																																											    .social_instagram_square:before {
																																											        content: "\e0c8";
																																											    }
																																											    .social_dribbble_square:before {
																																											        content: "\e0c9";
																																											    }
																																											    .social_vimeo_square:before {
																																											        content: "\e0ca";
																																											    }
																																											    .social_linkedin_square:before {
																																											        content: "\e0cb";
																																											    }
																																											    .social_rss_square:before {
																																											        content: "\e0cc";
																																											    }
																																											    .social_deviantart_square:before {
																																											        content: "\e0cd";
																																											    }
																																											    .social_share_square:before {
																																											        content: "\e0ce";
																																											    }
																																											    .social_myspace_square:before {
																																											        content: "\e0cf";
																																											    }
																																											    .social_skype_square:before {
																																											        content: "\e0d0";
																																											    }
																																											    .social_youtube_square:before {
																																											        content: "\e0d1";
																																											    }
																																											    .social_picassa_square:before {
																																											        content: "\e0d2";
																																											    }
																																											    .social_googledrive_square:before {
																																											        content: "\e0d3";
																																											    }
																																											    .social_flickr_square:before {
																																											        content: "\e0d4";
																																											    }
																																											    .social_blogger_square:before {
																																											        content: "\e0d5";
																																											    }
																																											    .social_spotify_square:before {
																																											        content: "\e0d6";
																																											    }
																																											    .social_delicious_square:before {
																																											        content: "\e0d7";
																																											    }
																																											    .icon_printer:before {
																																											        content: "\e103";
																																											    }
																																											    .icon_calulator:before {
																																											        content: "\e0ee";
																																											    }
																																											    .icon_building:before {
																																											        content: "\e0ef";
																																											    }
																																											    .icon_floppy:before {
																																											        content: "\e0e8";
																																											    }
																																											    .icon_drive:before {
																																											        content: "\e0ea";
																																											    }
																																											    .icon_search-2:before {
																																											        content: "\e101";
																																											    }
																																											    .icon_id:before {
																																											        content: "\e107";
																																											    }
																																											    .icon_id-2:before {
																																											        content: "\e108";
																																											    }
																																											    .icon_puzzle:before {
																																											        content: "\e102";
																																											    }
																																											    .icon_like:before {
																																											        content: "\e106";
																																											    }
																																											    .icon_dislike:before {
																																											        content: "\e0eb";
																																											    }
																																											    .icon_mug:before {
																																											        content: "\e105";
																																											    }
																																											    .icon_currency:before {
																																											        content: "\e0ed";
																																											    }
																																											    .icon_wallet:before {
																																											        content: "\e100";
																																											    }
																																											    .icon_pens:before {
																																											        content: "\e104";
																																											    }
																																											    .icon_easel:before {
																																											        content: "\e0e9";
																																											    }
																																											    .icon_flowchart:before {
																																											        content: "\e109";
																																											    }
																																											    .icon_datareport:before {
																																											        content: "\e0ec";
																																											    }
																																											    .icon_briefcase:before {
																																											        content: "\e0fe";
																																											    }
																																											    .icon_shield:before {
																																											        content: "\e0f6";
																																											    }
																																											    .icon_percent:before {
																																											        content: "\e0fb";
																																											    }
																																											    .icon_globe:before {
																																											        content: "\e0e2";
																																											    }
																																											    .icon_globe-2:before {
																																											        content: "\e0e3";
																																											    }
																																											    .icon_target:before {
																																											        content: "\e0f5";
																																											    }
																																											    .icon_hourglass:before {
																																											        content: "\e0e1";
																																											    }
																																											    .icon_balance:before {
																																											        content: "\e0ff";
																																											    }
																																											    .icon_rook:before {
																																											        content: "\e0f8";
																																											    }
																																											    .icon_printer-alt:before {
																																											        content: "\e0fa";
																																											    }
																																											    .icon_calculator_alt:before {
																																											        content: "\e0e7";
																																											    }
																																											    .icon_building_alt:before {
																																											        content: "\e0fd";
																																											    }
																																											    .icon_floppy_alt:before {
																																											        content: "\e0e4";
																																											    }
																																											    .icon_drive_alt:before {
																																											        content: "\e0e5";
																																											    }
																																											    .icon_search_alt:before {
																																											        content: "\e0f7";
																																											    }
																																											    .icon_id_alt:before {
																																											        content: "\e0e0";
																																											    }
																																											    .icon_id-2_alt:before {
																																											        content: "\e0fc";
																																											    }
																																											    .icon_puzzle_alt:before {
																																											        content: "\e0f9";
																																											    }
																																											    .icon_like_alt:before {
																																											        content: "\e0dd";
																																											    }
																																											    .icon_dislike_alt:before {
																																											        content: "\e0f1";
																																											    }
																																											    .icon_mug_alt:before {
																																											        content: "\e0dc";
																																											    }
																																											    .icon_currency_alt:before {
																																											        content: "\e0f3";
																																											    }
																																											    .icon_wallet_alt:before {
																																											        content: "\e0d8";
																																											    }
																																											    .icon_pens_alt:before {
																																											        content: "\e0db";
																																											    }
																																											    .icon_easel_alt:before {
																																											        content: "\e0f0";
																																											    }
																																											    .icon_flowchart_alt:before {
																																											        content: "\e0df";
																																											    }
																																											    .icon_datareport_alt:before {
																																											        content: "\e0f2";
																																											    }
																																											    .icon_briefcase_alt:before {
																																											        content: "\e0f4";
																																											    }
																																											    .icon_shield_alt:before {
																																											        content: "\e0d9";
																																											    }
																																											    .icon_percent_alt:before {
																																											        content: "\e0da";
																																											    }
																																											    .icon_globe_alt:before {
																																											        content: "\e0de";
																																											    }
																																											    .icon_clipboard:before {
																																											        content: "\e0e6";
																																											    }
																																											    @font-face {
																																											        font-family: 'FontAwesome';
																																											        src: url('fonts/webfonts-texteditoricons/fontawesome-webfont.eot?v=3.1.0');
																																											        src: url('fonts/webfonts-texteditoricons/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('fonts/webfonts-texteditoricons/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('fonts/webfonts-texteditoricons/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('fonts/webfonts-texteditoricons/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
																																											        font-weight: normal;
																																											        font-style: normal;
																																											    }
																																											    [class^="editoricon-"],
																																											    [class*=" editoricon-"] {
																																											        font-family: FontAwesome;
																																											        font-weight: normal;
																																											        font-style: normal;
																																											        text-decoration: inherit;
																																											        -webkit-font-smoothing: antialiased;
																																											        *margin-right: .3em;
																																											    }
																																											    [class^="editoricon-"]:before,
																																											    [class*=" editoricon-"]:before {
																																											        text-decoration: inherit;
																																											        display: inline-block;
																																											        speak: none;
																																											    }
																																											    [class^="editoricon-"],
																																											    [class*=" editoricon-"] {
																																											        display: inline;
																																											        width: auto;
																																											        height: auto;
																																											        line-height: normal;
																																											        vertical-align: baseline;
																																											        background-image: none;
																																											        background-position: 0% 0%;
																																											        background-repeat: repeat;
																																											        margin-top: 0;
																																											    }
																																											    .editoricon-font:before {
																																											        content: "\f031";
																																											    }
																																											    .editoricon-bold:before {
																																											        content: "\f032";
																																											    }
																																											    .editoricon-italic:before {
																																											        content: "\f033";
																																											    }
																																											    .editoricon-text-height:before {
																																											        content: "\f034";
																																											    }
																																											    .editoricon-text-width:before {
																																											        content: "\f035";
																																											    }
																																											    .editoricon-align-left:before {
																																											        content: "\f036";
																																											    }
																																											    .editoricon-align-center:before {
																																											        content: "\f037";
																																											    }
																																											    .editoricon-align-right:before {
																																											        content: "\f038";
																																											    }
																																											    .editoricon-align-justify:before {
																																											        content: "\f039";
																																											    }
																																											    .editoricon-list:before {
																																											        content: "\f03a";
																																											    }
																																											    .editoricon-indent-left:before {
																																											        content: "\f03b";
																																											    }
																																											    .editoricon-indent-right:before {
																																											        content: "\f03c";
																																											    }
																																											    .editoricon-underline:before {
																																											        content: "\f0cd";
																																										    }
																																										    .cloud-modal .container .modaltable-container .picasa-container .picasa-item-selected:before {
																																										        position: absolute;
																																										        content: "\e05f";
																																										        color: #ffffff;
																																										        right: 7px;
																																										        font-family: 'unicons';
																																										        font-style: normal;
																																										        speak: none;
																																										        font-weight: normal;
																																										        -webkit-font-smoothing: antialiased;
																																										        z-index: 1002;
																																										    }
																																										    .confirm-modal .modalcontent .info-small-indicator {
																																										        font-family: 'ElegantIcons';
																																										        speak: none;
																																										        font-style: normal;
																																										        font-weight: normal;
																																										        font-variant: normal;
																																										        text-transform: none;
																																										        line-height: 1;
																																										        -webkit-font-smoothing: antialiased;
																																										    }
																																										    .confirm-modal .modalcontent .info-small-indicator:before {
																																										        content: "\e060";
																																										    }
																																										    .galleryimage-modal .modalcontent .gallery-item-selected:before {
																																										        position: absolute;
																																										        content: "\e05f";
																																										        color: #ffffff;
																																										        right: 7px;
																																										        font-family: 'unicons';
																																										        font-style: normal;
																																										        speak: none;
																																										        font-weight: normal;
																																										        -webkit-font-smoothing: antialiased;
																																										        z-index: 1002;
																																										    }
																																										    .modal-vprint-design-selector .gallery-item-selected:before {
																																										        position: absolute;
																																										        content: "\e05f";
																																										        color: #ffffff;
																																										        right: 7px;
																																										        font-family: 'unicons';
																																										        font-style: normal;
																																										        speak: none;
																																										        font-weight: normal;
																																										        -webkit-font-smoothing: antialiased;
																																										        z-index: 1002;
																																										    }
																																										    .campaign-dashboard-container .campaign-mega-container .campaign-progress-container .touch-point-completed:before {
																																										        position: absolute;
																																										        content: "\2713";
																																										        color: #ffffff;
																																										        right: 4px;
																																										        font-family: 'unicons';
																																										        font-style: normal;
																																										        speak: none;
																																										        font-weight: normal;
																																										        font-size: 10px;
																																										        -webkit-font-smoothing: antialiased;
																																										        z-index: 1002;
																																										    }
																																										    .pwc-personalization-content-holder .print-service-item-selected:before {
																																										        position: absolute;
																																										        content: "\2713";
																																										        color: #ffffff;
																																										        right: 7px;
																																										        font-family: 'unicons';
																																										        font-style: normal;
																																										        speak: none;
																																										        font-weight: normal;
																																										        -webkit-font-smoothing: antialiased;
																																										        z-index: 1002;
																																										        font-size: 20px;
																																										    }
																																										        [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container .picasa-item-selected:before,
																																										        [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container .picasa-item-selected:before {
																																										        position: absolute;
																																										        content: "\e05f";
																																										        color: #ffffff;
																																										        right: 7px;
																																										        font-family: 'unicons';
																																										        font-style: normal;
																																										        speak: none;
																																										        font-weight: normal;
																																										        -webkit-font-smoothing: antialiased;
																																										        z-index: 1002;
																																									        }
																																									        [DeviceType="Mobile"] .confirm-modal .modalcontent .info-small-indicator {
																																									        font-family: 'ElegantIcons';
																																									        speak: none;
																																									        font-style: normal;
																																									        font-weight: normal;
																																									        font-variant: normal;
																																									        text-transform: none;
																																									        line-height: 1;
																																									        -webkit-font-smoothing: antialiased;
																																									        }
																																									        [DeviceType="Mobile"] .confirm-modal .modalcontent .info-small-indicator:before {
																																									        content: "\e060";
																															        }
																															/*release-core-102*/
																															.product-customization-for-smartcanvas {
																															  margin-top: 0px !important;
																															  top: 1% !important;
																															  left: 1% !important;
																															  z-index: 1050;
																															  width: 98% !important;
																															  height: 98% !important;
																															}
																															.product-customization-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a {
																															  color: #ffffff;
																															  font-size: 20px;
																															  float: left;
																															  position: relative;
																															  line-height: 40px;
																															  width: 100%;
																															  border-bottom: 1px dotted #d8d8d8;
																															}
																															.product-customization-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a:hover {
																															  background-color: #5e5e5e;
																															  color: #ffffff;
																															}
																															.product-customization-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a span {
																															  margin-left: 5px;
																															}
																															.product-customization-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a img {
																															  height: 25px;
																															  left: 3px;
																															  position: relative;
																															}
																															.product-customization-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a .icon-eye {
																															  top: 8px;
																															  left: 2px;
																															}
																															.product-customization-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder .selected {
																															  background-color: #5e5e5e;
																															  color: #ffffff;
																															}
																															.product-customization-wrapper .product-customization-preview-panel .fullscreen-close-button-container {
																															  position: absolute;
																															  right: 10px;
																															  margin-top: 10px;
																															}
																															.product-customization-wrapper .product-customization-preview-panel .fullscreen-close-button-container .icon-cross {
																															  color: #d6d6d6;
																															}
																															.esc-info {
																															  position: fixed;
																															  top: 0px;
																															  left: 50%;
																															  padding: 5px;
																															  background: #000000;
																															  color: #ffffff;
																															  -webkit-box-sizing: border-box;
																															  -moz-box-sizing: border-box;
																															  box-sizing: border-box;
																															  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
																															  -webkit-border-radius: 5px;
																															  -moz-border-radius: 5px;
																															  border-radius: 5px;
																															  text-align: center;
																															  width: 180px;
																															  margin-left: -90px;
																															  font-size: 10px;
																															  display: none;
																															  z-index: 1000000;
																															}
																															.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly {
																															  word-break: break-all;
																															  -ms-word-break: break-all;
																															}
																															.checkout-page .checkout-container .checkout-order-details {
																															  word-break: break-all;
																															  -ms-word-break: break-all;
																															}
																															.cart-item-level-warning .warning-message-control {
																															  margin-bottom: 0px;
																															  padding: 5px;
																															  margin-top: 7px;
																															  position: relative;
																															}
																															.cart-item-level-warning .warning-message-container {
																															  padding-left: 5px;
																															  display: block;
																															}
																															.personalization-content-holder .filter-section-additional-actions {
																															  padding-right: 15px;
																															  line-height: 45px;
																															}
																															.personalization-content-holder .filter-section-additional-actions .icon-rewind-to-next-breakpoint,
																															.personalization-content-holder .filter-section-additional-actions .icon-rewind-to-prev-breakpoint,
																															.personalization-content-holder .filter-section-additional-actions .icon-select-left,
																															.personalization-content-holder .filter-section-additional-actions .icon-select-right {
																															  margin-left: 5px;
																															}
																															.personalization-content-holder .filter-section-additional-actions .input-small {
																															  width: 70px;
																															  font-size: 11px;
																															  line-height: 15px;
																															  text-align: center;
																															  padding-top: 0px;
																															  float: left;
																															  margin-top: 12px;
																															}
																															.personalization-content-holder .filter-section-additional-actions .icon-select-left,
																															.personalization-content-holder .filter-section-additional-actions .icon-select-right {
																															  font-size: 28px !important;
																															  line-height: 29px;
																															}
																															.personalization-content-holder .vdp-dual-container {
																															  display: block;
																															  padding: 5px;
																															  width: 100%;
																															  float: left;
																															}
																															.personalization-content-holder .vdp-dual-container .radio-button-holder {
																															  float: left;
																															  padding-left: 10px;
																															  padding-top: 5px;
																															  display: block;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-header .header-label {
																															  line-height: 25px;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-header .save-job span,
																															.product-customization-smartcanvas-wrapper .product-customization-header .review-job span,
																															.product-customization-smartcanvas-wrapper .product-customization-header .help span,
																															.product-customization-smartcanvas-wrapper .product-customization-header .split-window span,
																															.product-customization-smartcanvas-wrapper .product-customization-header .close span {
																															  top: auto;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-header .save-job a,
																															.product-customization-smartcanvas-wrapper .product-customization-header .review-job a,
																															.product-customization-smartcanvas-wrapper .product-customization-header .help a,
																															.product-customization-smartcanvas-wrapper .product-customization-header .split-window a,
																															.product-customization-smartcanvas-wrapper .product-customization-header .close a {
																															  line-height: 25px;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-header .smart-canvas-warning a {
																															  color: #c09853;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-header .smart-canvas-warning .warning-message-control {
																															  margin-bottom: 0px;
																															  padding: 5px;
																															  position: absolute;
																															  width: 500px;
																															  margin-left: -225px;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-header .smart-canvas-warning .warning-message-control .icon-cross {
																															  float: right;
																															  display: inline-block;
																															  font-size: 9px;
																															  padding: 0px;
																															  cursor: pointer;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-header .smart-canvas-warning .warning-message-control .warning-message-container {
																															  padding-left: 5px;
																															  display: block;
																															  width: calc(100% - 12px);
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-header .smart-canvas-warning .warning-message-control .icon_info {
																															  padding: 0px;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-rightframe {
																															  padding-left: 0px;
																															  display: table;
																															  width: 100%;
																															}
																															.product-customization-smartcanvas-wrapper .jobInput-container {
																															  position: absolute;
																															  left: 35px;
																															  z-index: 10001;
																															  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel {
																															  border-top: none;
																															  margin-top: 0px;
																															  padding-top: 0px;
																															  /*Tool Tip */
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .validation-container {
																															  position: absolute;
																															  z-index: 1;
																															  width: auto !important;
																															  border: 1px solid #af4e4e;
																															  display: block;
																															  width: auto;
																															  min-width: 240px;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .validation-container .validation-item,
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .validation-container .validation-header {
																															  display: block;
																															  float: none;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .validation-container.TopMiddle:before {
																															  border-bottom-color: #af4e4e;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .validation-container.TopMiddle:after {
																															  border-bottom-color: #FF0000;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .tool_tip_jobdetails {
																															  position: absolute;
																															  background: #ffffff;
																															  border: 1px solid #5e5e5e;
																															  width: 350px;
																															  max-height: 350px;
																															  color: #5e5e5e;
																															  display: none;
																															  padding: 10px;
																															  -webkit-box-sizing: border-box;
																															  -moz-box-sizing: border-box;
																															  box-sizing: border-box;
																															  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																															  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																															  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																															  vertical-align: top;
																															  line-height: 20px;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .tool_tip_jobdetails .tool_tip_header {
																															  font-weight: bold;
																															  font-size: 14px;
																															  display: inline-block;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .tool_tip_jobdetails .tool_tip_close {
																															  position: absolute;
																															  right: 10px;
																															  top: 10px;
																															  font-size: 11px;
																															  display: inline-block;
																															  cursor: pointer;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .tool_tip_jobdetails .tool_tip_content {
																															  line-height: 20px;
																															  display: block;
																															  width: 100%;
																															  float: left;
																															  max-height: 300px;
																															  font-size: 12px;
																															  overflow-y: auto;
																															  overflow-x: hidden;
																															  border-top: 1px solid #d8d8d8;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .LeftTop:before {
																															  border-left-color: #5e5e5e;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .LeftTop:after {
																															  border-left-color: #5e5e5e;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .RightMiddle:before {
																															  border-right-color: #5e5e5e;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-jobpanel .RightMiddle:after {
																															  border-right-color: #5e5e5e;
																															}
																															.product-customization-smartcanvas-wrapper .inner-modal-backdrop {
																															  z-index: 10000;
																															  position: absolute;
																															  overflow: auto;
																															  background-color: rgba(0, 0, 0, 0.4);
																															  display: table;
																															  width: 100%;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-personalization-panel {
																															  margin-top: 0px;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-personalization-panel .personalization-panel-title-holder {
																															  float: none;
																															  width: auto;
																															  display: none;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder {
																															  width: 100%;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .vdp-dual-container {
																															  padding: 0px 0px 5px 0px;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content {
																															  padding: 0px;
																															  overflow-y: hidden;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .personalization-content-container {
																															  display: block;
																															  width: 100%;
																															  background: #ffffff;
																															  overflow-y: auto;
																															  overflow-x: hidden;
																															  direction: rtl;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section {
																															  height: 40px;
																															  margin-right: 0px;
																															  padding-left: 10px;
																															  position: relative;
																															  -webkit-box-sizing: border-box;
																															  -moz-box-sizing: border-box;
																															  box-sizing: border-box;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .floatleft span.label {
																															  padding-left: 5px;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .filter-section-additional-actions {
																															  line-height: 20px;
																															  float: right;
																															  padding-right: 12px;
																															  padding-bottom: 10px;
																															  position: relative;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .filter-section-additional-actions .input-small {
																															  margin-top: 2px;
																															  width: 50px;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .filter-section-additional-actions .label {
																															  line-height: 20px !important;
																															  float: unset;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .common-source {
																															  width: 100%;
																															  margin-left: 0px;
																															  margin-top: 10px;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .common-source p {
																															  width: 95px;
																															  white-space: pre;
																															  white-space: pre-wrap;
																															  white-space: -moz-pre-wrap;
																															  white-space: -pre-wrap;
																															  white-space: -o-pre-wrap;
																															  word-wrap: break-word;
																															  line-height: 20px;
																															  padding: 0px;
																															  margin: 0px;
																															  float: left;
																															  padding-right: 5px;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .common-source select {
																															  width: calc(100% - 115px);
																															  padding: 2px;
																															  float: left;
																															  max-width: 350px;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .certification-link {
																															  display: inline-block;
																															  float: left;
																															  text-align: right;
																															  padding: 0px 5px 10px 0px;
																															  font-size: 12px;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section.navigation {
																															  height: auto;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .validator-hint.TopLeft {
																															  top: 5px;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .validator-hint.TopLeft:before,
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .validator-hint.TopLeft:after {
																															  top: unset;
																															  left: 3px;
																															  border-width: 5px;
																															  margin-left: 0px;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .TopLeft.TopLeft:before {
																															  border-bottom-color: #6E0000;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .TopLeft.TopLeft:after {
																															  border-bottom-color: #942724;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-printoptionspanel {
																															  border-top: 0px;
																															  margin-top: 0px;
																															  margin-bottom: 0px;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-printoptionspanel .printoptions-panel-title {
																															  display: none;
																															}
																															.product-customization-smartcanvas-wrapper .product-customization-previewarea-toolbar {
																															  padding-left: 5px;
																															}
																															.validation-container {
																															  float: left;
																															  border: 1px solid #d8d8d8;
																															  background: #ff0000;
																															  padding: 5px;
																															  -webkit-box-sizing: border-box;
																															  -moz-box-sizing: border-box;
																															  box-sizing: border-box;
																															  font-size: 13px;
																															}
																															.validation-container .validation-header .icon-warning-sign {
																															  background-position: -144px -120px;
																															  margin-right: 3px;
																															}
																															.validation-container .validation-header .validaiton-info {
																															  color: #ffffff !important;
																															  line-height: 15px;
																															  width: 100%;
																															  font-weight: bold;
																															}
																															.validation-container .validation-item {
																															  color: #ffffff !important;
																															  line-height: 15px;
																															  display: block;
																															  width: 100%;
																															  float: left;
																															}
																															.myaccount .myaccount-link .myaccount-label .label {
																															  max-width: 250px;
																															  overflow: hidden;
																															  white-space: nowrap;
																															  display: inline-block;
																															  text-overflow: ellipsis;
																															  vertical-align: middle;
																															}
																															/*Start - Top Middle*/
																															.TopMiddle:after,
																															.TopMiddle:before {
																															  bottom: 100%;
																															  left: 50%;
																															  border: solid transparent;
																															  content: " ";
																															  height: 0;
																															  width: 0;
																															  position: absolute;
																															  pointer-events: none;
																															}
																															.TopMiddle:after {
																															  border-color: rgba(136, 183, 213, 0);
																															  border-bottom-color: #fbeed5;
																															  border-width: 10px;
																															  margin-left: -10px;
																															}
																															.TopMiddle:before {
																															  border-color: rgba(194, 225, 245, 0);
																															  border-bottom-color: #fbeed5;
																															  border-width: 13px;
																															  margin-left: -13px;
																															}
																															/*End - Top Middle*/
																															/*Start - Top Right*/
																															.TopRight:after,
																															.TopRight:before {
																															  bottom: 100%;
																															  right: 10px;
																															  border: solid transparent;
																															  content: " ";
																															  height: 0;
																															  width: 0;
																															  position: absolute;
																															  pointer-events: none;
																															}
																															.TopRight:after {
																															  border-color: rgba(136, 183, 213, 0);
																															  border-bottom-color: #fbeed5;
																															  border-width: 10px;
																															  margin-left: -10px;
																															}
																															.TopRight:before {
																															  border-color: rgba(194, 225, 245, 0);
																															  border-bottom-color: #fbeed5;
																															  border-width: 13px;
																															  margin-left: -13px;
																															}
																															/*End - Top Middle*/
																															/*Start - Top Left*/
																															.TopLeft:after,
																															.TopLeft:before {
																															  bottom: 100%;
																															  left: 10px;
																															  border: solid transparent;
																															  content: " ";
																															  height: 0;
																															  width: 0;
																															  position: absolute;
																															  pointer-events: none;
																															}
																															.TopLeft:after {
																															  border-color: rgba(136, 183, 213, 0);
																															  border-bottom-color: #fbeed5;
																															  border-width: 10px;
																															  margin-left: 0px;
																															}
																															.TopLeft:before {
																															  border-color: rgba(194, 225, 245, 0);
																															  border-bottom-color: #fbeed5;
																															  border-width: 13px;
																															  margin-left: 0px;
																															}
																															/*End - Top Left*/
																															.myaccount-profile-table table,
																															.myaccount-company-order-table table,
																															.myaccount-address-table table,
																															.myaccount-files-table table,
																															.myaccount-savedjobs-table table,
																															.myaccount-orderhistory-table table,
																															.myaccount-spending-table table,
																															.-selectedprintshop-table {
																															  word-break: break-all;
																															  -ms-word-break: break-all;
																															}
																															.noScroll {
																															  overflow: hidden !important;
																															  position: relative !important;
																															  max-height: 100vh;
																															}
																															.myaccount-savedjobs-table .warning-message-control {
																															  margin-bottom: 0px;
																															  padding: 5px;
																															}
																															.myaccount-savedjobs-table .warning-message-control .warning-message-containter {
																															  padding-left: 5px;
																															  display: block;
																															}
																															.product-customization-wrapper .smartcanvas-tabs-panel {
																															  margin-top: 0px !important;
																															}
																															.product-customization-smartcanvas-wrapper {
																															  /* Split Start*/
																															  /* Split End */
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content select,
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="text"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="password"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="datetime"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="datetime-local"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="date"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="month"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="time"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="week"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="number"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="email"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="url"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="search"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="tel"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="color"],
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .uneditable-input {
																															  width: 90%;
																															  max-width: 500px;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content textarea {
																															  width: 90;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .graphic-Image-container {
																															  width: 32px;
																															  height: 32px;
																															  border: 1px solid #d8d8d8;
																															  text-align: center;
																															  display: inline-block;
																															  white-space: nowrap;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .graphic-Image-container .valign-helper {
																															  display: inline-block;
																															  height: 100%;
																															  vertical-align: middle;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .graphic-Image-container img {
																															  max-width: 100%;
																															  max-height: 100%;
																															  vertical-align: middle;
																															  margin-left: -3px;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .graphic-Image-Selector-link {
																															  display: inline-block;
																															}
																															.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .graphic-Image-Selector-link a {
																															  text-decoration: underline;
																															}
																															.product-customization-smartcanvas-wrapper .expand-collpase-panel {
																															  margin-top: 0px;
																															  width: 35px;
																															  background: #5e5e5e;
																															float: left;
																															}
																															.product-customization-smartcanvas-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a {
																															  line-height: 42px;
																															  background: #5e5e5e;
																															}
																															.product-customization-smartcanvas-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a:hover {
																															  background-color: #fa6031;
																															  color: #ffffff;
																															}
																															.product-customization-smartcanvas-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder .selected {
																															  background-color: #fa6031;
																															  color: #ffffff;
																															}
																															.product-customization-smartcanvas-wrapper .smartcanvas-leftframe {
																															  display: inline-block;
																															  margin-top: 1px;
																															  background: #ffffff;
																															  float: left;
																															  width: 100%;
																															}
																															.product-customization-smartcanvas-wrapper .smartcanvas-leftframe .section {
																															  display: block;
																															}
																															.product-customization-smartcanvas-wrapper .smartcanvas-leftframe .section .section-header {
																															  height: 20px;
																															  border-bottom: 2px solid #d8d8d8;
																															  padding: 3px;
																															  font-weight: bold;
																															}
																															.product-customization-smartcanvas-wrapper .smartcanvas-leftframe .section .section-header .header-text {
																															  display: inline-block;
																															}
																															.product-customization-smartcanvas-wrapper .smartcanvas-leftframe .section .section-header .close-btn {
																															  float: right;
																															  margin-right: 2px;
																															  margin-top: -2px;
																															}
																															.product-customization-smartcanvas-wrapper .form-or-options {
																															  float: left;
																															}
																															.product-customization-smartcanvas-wrapper .edit-or-preview {
																															  /*min-width:500px;*/
																															  float: left;
																															}
																															.product-customization-smartcanvas-wrapper .editor-frame {
																															  border: none;
																															  width: 100%;
																															}
																															.product-customization-smartcanvas-wrapper .ui-icon {
																															  display: none;
																															}
																															.product-customization-smartcanvas-wrapper .ui-resizable {
																															  position: absolute;
																															}
																															.product-customization-smartcanvas-wrapper .ui-resizable-handle {
																															  position: absolute;
																															  font-size: 0.1px;
																															  display: block;
																															  -ms-touch-action: none;
																															  touch-action: none;
																															}
																															.product-customization-smartcanvas-wrapper .ui-resizable-disabled .ui-resizable-handle,
																															.product-customization-smartcanvas-wrapper .ui-resizable-autohide .ui-resizable-handle {
																															  display: none;
																															}
																															.product-customization-smartcanvas-wrapper .ui-resizable-n {
																															  cursor: n-resize;
																															  height: 7px;
																															  width: 100%;
																															  top: -5px;
																															  left: 0;
																															}
																															.product-customization-smartcanvas-wrapper .ui-resizable-s {
																															  cursor: s-resize;
																															  height: 7px;
																															  width: 100%;
																															  bottom: -5px;
																															  left: 0;
																															}
																															.product-customization-smartcanvas-wrapper .ui-resizable-e {
																															  cursor: e-resize;
																															  width: 7px;
																															  right: -5px;
																															  top: 0;
																															  height: 100%;
																															}
																															.product-customization-smartcanvas-wrapper .ui-resizable-w {
																															  cursor: w-resize;
																															  width: 7px;
																															  left: -5px;
																															  top: 0;
																															  height: 100%;
																															}
																															.product-customization-smartcanvas-wrapper .ui-resizable-se {
																															  cursor: se-resize;
																															  width: 12px;
																															  height: 12px;
																															  right: 1px;
																															  bottom: 1px;
																															}
																															.product-customization-smartcanvas-wrapper .ui-resizable-sw {
																															  cursor: sw-resize;
																															  width: 9px;
																															  height: 9px;
																															  left: -5px;
																															  bottom: -5px;
																															}
																															.product-customization-smartcanvas-wrapper .ui-resizable-nw {
																															  cursor: nw-resize;
																															  width: 9px;
																															  height: 9px;
																															  left: -5px;
																															  top: -5px;
																															}
																															.product-customization-smartcanvas-wrapper .ui-resizable-ne {
																															  cursor: ne-resize;
																															  width: 9px;
																															  height: 9px;
																															  right: -5px;
																															  top: -5px;
																															}
																															.product-customization-smartcanvas-wrapper .split {
																															  -webkit-box-sizing: border-box;
																															  -moz-box-sizing: border-box;
																															  box-sizing: border-box;
																															  /*overflow-y: auto;
																																		overflow-x: hidden;*/
																															  float: left;
																															  height: 100%;
																															}
																															.product-customization-smartcanvas-wrapper .gutter {
																															  background-color: #b1b0b0;
																															  background-repeat: no-repeat;
																															  background-position: 50%;
																															}
																															.product-customization-smartcanvas-wrapper .gutter.gutter-horizontal {
																															  background-image: url('../../images/vertical.png');
																															  cursor: ew-resize;
																															}
																															.product-customization-smartcanvas-wrapper .split.split-horizontal,
																															.product-customization-smartcanvas-wrapper .gutter.gutter-horizontal {
																															  height: 100%;
																															  float: left;
																						}
																						/*10.2.100*/
																						.product-customization-smartcanvas-wrapper .expand-collpase-panel {
																						  float: left;
		}
	/*10.4.0*/
	.product-customization-smartcanvas-wrapper .boxJobDetailsSection {
	  width: 321px;
	  background-color: #ffffff;
	  border-top: 4px solid #fa6031;
	  margin-left: 9px;
	  padding: 10px;
	  margin-top: 7px;
	  position: fixed;
	  box-shadow: 0 0 2px 0px #e6dcdc;
	}
	.product-customization-smartcanvas-wrapper .boxJobDetailsSection .job-name {
	  width: 100%;
	  margin-bottom: 10px;
	}
	.product-customization-smartcanvas-wrapper .boxJobDetailsSection .job-name .job-info-icon {
	  display: inline-block;
	  float: right;
	}
	.product-customization-smartcanvas-wrapper .boxJobDetailsSection .job-name input {
	  width: calc(100% - 35px);
	}
	.product-customization-smartcanvas-wrapper .boxJobDetailsSection .qty-without-deliverable {
	  width: 100% !important;
	}
	.product-customization-smartcanvas-wrapper .boxJobDetailsSection .qty-without-deliverable input,
	.product-customization-smartcanvas-wrapper .boxJobDetailsSection .qty-without-deliverable select {
	  width: calc(100% - 35px) !important;
	}
	.product-customization-smartcanvas-wrapper .boxJobDetailsSection .qty-section {
	  display: inline-block;
	  width: 50%;
	  float: left;
	}
	.product-customization-smartcanvas-wrapper .boxJobDetailsSection .qty-section .qty-control input,
	.product-customization-smartcanvas-wrapper .boxJobDetailsSection .qty-section .qty-control select {
	  width: calc(100% - 20px);
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer.preview-mode {
	  background-image: url(../../Images/box_editor_back.png);
	  min-height: 350px;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer.preview-mode .boxJobDetailsSection {
	  width: 220px;
	  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	  z-index: 1000;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .product-customization-footer .button-container .arrow_left {
	  top: 2px;
	  margin-right: 3px;
	  position: relative;
	  font-weight: bold;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .product-customization-footer .button-container .back-btn {
	  background-color: #929292;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content {
	  padding: 10px;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .box-printoptions {
	  width: 238px;
	  float: left;
	  position: relative;
	  top: 118px;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-printoptionspanel {
	  border-top: 4px solid #fa6031 !important;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-printoptionspanel .printoptions-panel-title {
	  display: block !important;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content #divCollapse {
	  padding: 0px 10px 0px 10px;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content #previewToolBarSection1 {
	  visibility: hidden;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-previewarea-holder .preview-area {
	  margin-top: 0px;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .preview-error-msg {
	  margin-top: -20px !important;
	  width: calc(100% - 275px);
	  text-align: center;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .preview-error-msg a {
	  text-decoration: underline;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-previewarea-toolbar .section2 .items-holder {
	  width: 180px;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-previewarea-toolbar .section2 .items-holder .move-first,
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-previewarea-toolbar .section2 .items-holder .move-last {
	  display: none;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-previewarea-toolbar .section2 .items-holder .btn {
	  border-right: 0px;
	}
	.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-previewarea-toolbar .section2 .items-holder .btn.proof-link {
	  border-left: 1px solid #d8d8d8;
	}
	/*11.2.0*/
	.theme-label {
	  color: #fa6031;
	}
	.down-right-angle .validator-hint:before {
	  border-top-color: #6E0000;
	  border-right-color: transparent;
	  border-width: 5px;
	  top: 100%;
	  left: 0;
	  right: 0;
	  margin: 0 10px;
	}
	.down-right-angle .validator-hint:after {
	  border-top-color: #6E0000;
	  border-right-color: transparent;
	  border-width: 3px;
	  margin: auto;
	  top: 100%;
	  left: 0;
	  right: 0;
	  margin: 0 10px;
	}
	.error {
	  color: #ff0000;
	}
	/*11.4.0*/
	.theme-label {
	  color: #fa6031;
	}
	.down-right-angle .validator-hint:before {
	  border-top-color: #6E0000;
	  border-right-color: transparent;
	  border-width: 5px;
	  top: 100%;
	  left: 0;
	  right: 0;
	  margin: 0 10px;
	}
	.down-right-angle .validator-hint:after {
	  border-top-color: #6E0000;
	  border-right-color: transparent;
	  border-width: 3px;
	  margin: auto;
	  top: 100%;
	  left: 0;
	  right: 0;
	  margin: 0 10px;
	}
	.error {
	  color: #ff0000;
	}
	/*12.0.0*/
	.product-customization-wrapper .tool_tip {
	  max-width: 800px;
	  max-height: 550px;
	}
	.product-customization-wrapper .tool_tip .tool_tip_content {
	  max-height: 500px;
	}
	.noScroll {
	  overflow: hidden !important;
	  position: relative !important;
	  max-height: 100vh;
	}
	.product-customization-smartcanvas-wrapper .personalization-filter-section .filter-section-additional-actions .label,
	.product-customization-smartcanvas-wrapper .personalization-filter-section .common-source p {
	  font-size: 12px;
	  font-weight: 500;
	}
	.product-customization-smartcanvas-wrapper .personalization-filter-section .filter-section-additional-actions {
	  float: left;
	  width: calc(73%);
	  border-top: 1px solid #d8d8d8;
	  padding-top: 5px;
	}
	.product-customization-smartcanvas-wrapper .personalization-filter-section .filter-section-additional-actions.preview-mode {
	  border-top: none;
	  padding-top: 0px;
	  margin-top: 10px;
	  overflow: hidden;
	}
	.product-customization-smartcanvas-wrapper .personalization-filter-section .filter-section-additional-actions .input-small {
	  margin-top: 2px;
	  width: calc(-43%);
	  min-width: 50px;
	  max-width: 350px;
	}
	.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section {
	  background-color: #d4d4d4;
	}
	.product-customization-smartcanvas-wrapper .personalization-content-holder .vdp-type-container {
	  text-align: left;
	  padding-left: 10px;
	  border-top: 1px solid #e6e4e4;
	  border-bottom: 1px solid #e6e4e4;
	  padding-bottom: 5px;
	  padding-top: 4px;
	  background: #f1f1f1;
	  float: left;
	  width: 100%;
	}
	.product-customization-smartcanvas-wrapper .personalization-content-holder .vdp-type-container input[type="checkbox"] {
	  margin-right: 5px;
	}
	.product-customization-smartcanvas-wrapper .personalization-content-holder .vdp-type-container label {
	  font-size: 13px;
	}
	.re-order-modal {
	  width: 400px;
	  margin-left: -200px;
	}
	.re-order-modal .modalcontent {
	  padding: 0px;
	}
	.re-order-modal .modaltable {
	  height: auto !important;
	}
	.re-order-modal .modaltable table {
	  border: 0 !important;
	  padding: 0px;
	}
	.re-order-modal .modaltable table th {
	  text-align: left;
	  border-bottom: 1px dashed #eaeaea;
	  padding: 5px;
	}
	.re-order-modal .modaltable table tr:not(:last-child) td {
	  border-bottom: 1px dashed #eaeaea;
	}
	.re-order-modal .modaltable table td {
	  padding: 5px !important;
	}
	.re-order-modal .modaltable table th input[type="checkbox"],
	.re-order-modal .modaltable table td input[type="checkbox"] {
	  margin-left: 5px;
	}
	.re-order-modal .product-image {
	  width: 60px;
	  height: 60px;
	  background-position: center center;
	  background-size: contain;
	  background-repeat: no-repeat;
	  border: 1px solid #EAEAEA;
	}
	.re-order-modal .product-image img {
	  display: none;
	}
	.re-order-modal .product-details .job-name {
	  font-weight: 500;
	  word-wrap: break-word !important;
	  font-size: 11px;
	}
	.re-order-modal .product-details .job-name label a {
	  text-decoration: underline;
	}
	.re-order-modal .product-details .job-name label a:hover {
	  text-decoration: none;
	}
	/* This is for all layouts except Magic layout / Layout 5 */
	.dateRangeFilterStyleForDivSF {
	  margin-right: 25px;
	  float: right;
	}
	.dateRangeFilterStyleForDivSF input[type="text"] {
	  width: 410px;
	  text-align: center;
	  float: left;
	}
	.dateRangeFilterStyleForDivSF .clear-button {
	  float: right;
	  right: 0px;
	  background: transparent;
	  border: 0;
	  padding: 5px 7px 7px 7px;
	  border-radius: 4px;
	  margin-left: -33px;
	  color: #5e5e5e;
	  display: inline;
	}
	.rentalDivContainer {
	  width: 100%;
	  float: left;
	}
	.rentalDivContainer .due-date-selector {
	  margin-top: 10px;
	}
	.rentalDivContainer .due-date-selector .dateRangeTextField {
	  width: 410px;
	  height: 25px;
	  padding: 0px;
	  display: block;
	  color: inherit;
	  margin-left: 0px;
	  border: none;
	  cursor: pointer;
	  text-align: center;
	}
	/*12.2.0*/
	#disclaimer-container {
	  opacity: 0;
	  background-color: rgba(20, 20, 20, 0.8);
	  position: fixed;
	  bottom: 0;
	  left: 10%;
	  right: 10%;
	  min-height: 70px;
	  width: 80%;
	  z-index: 1001;
	  border-radius: 10px;
	}
	.disclaimer-content {
	  min-height: 26px;
	  color: #ccc;
	  font-size: .85em;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  width: 65%;
	  padding: 5px;
	  float: left;
	}
	.disclaimer-setting {
	  float: left;
	  width: 11%;
	  padding: 5px;
	  align-content: center;
	  cursor: pointer;
	}
	.disclaimer-setting-action {
	  float: left;
	  width: 11%;
	  padding: 5px;
	  align-content: center;
	  cursor: pointer;
	}
	#disclaimer {
	  min-height: 26px;
	  min-width: 93%;
	  color: #ccc;
	  font-size: 1em;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 10px 10px;
	}
	.linkButton {
	  text-decoration: underline;
	  color: white;
	}
	.linkButtonSetting {
	  width: 100%;
	  padding: 0px;
	  text-align: right;
	  text-decoration: underline;
	  color: white;
	}
	.acceptbtn:hover {
	  color: white;
	}
	.cookie-modal {
	  top: 55%;
	  left: 35%;
	  width: 900px;
	  margin-left: -280px !important;
	  z-index: 1002;
	}
	.cookie-modal .modal-header {
	  padding-left: 20px !important;
	  padding-right: 20px !important;
	}
	.cookie-modal .modalcontent {
	  padding: 0 20px !important;
	  height: 350px;
	  overflow: auto;
	}
	.modalcontent .overview {
	  margin: 10px 0 15px 0;
	}
	div.accordion {
	  margin: 0px 0px -10px 0px;
	}
	.accordion div {
	  color: #333;
	  text-decoration: none;
	  font-weight: bold;
	  display: block;
	  border-radius: 0px 5px 5px 5px;
	  padding: 5px;
	  cursor: pointer;
	  transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
	  background-color: #f2f2f2;
	}
	.accordion-content {
	  padding: 10px;
	  margin: 1px 0;
	}
	.accordionName {
	  width: 75%;
	  float: left;
	}
	.accordionSwitch {
	  float: right;
	  margin-top: -5px;
	}
	.accordionSwitchText {
	  float: right;
	  text-align: right;
	}
	.accordionHeader {
	  width: 98%;
	  height: 22px;
	}
	.switch {
	  position: relative;
	  display: inline-block;
	  width: 50px;
	  height: 23px;
	}
	.switch input {
	  opacity: 0;
	  width: 0;
	  height: 0;
	}
	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}
	.slider:before {
	  position: absolute;
	  content: "";
	  height: 15px;
	  width: 15px;
	  left: 4px;
	  bottom: 4px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}
	input:checked + .slider {
	  background-color: #fa6031;
	}
	input:focus + .slider {
	  box-shadow: 0 0 1px #fa6031;
	}
	input:checked + .slider:before {
	  -webkit-transform: translateX(26px);
	  -ms-transform: translateX(26px);
	  transform: translateX(26px);
	}
	.slider.round {
	  border-radius: 34px;
	}
	.slider.round:before {
	  border-radius: 50%;
	}
	#cookiesTable {
	  width: 100%;
	}
	#cookiesTable td,
	#cookiesTable th {
	  border: 1px solid #ddd;
	  padding: 5px;
	}
	#cookiesTable tr:nth-child(even) {
	  background-color: #f2f2f2;
	}
	#cookiesTable tr:hover {
	  background-color: #ddd;
	}
	#cookiesTable th {
	  text-align: left;
	  background-color: #fa6031;
	  color: white;
	}
	@media only screen and (min-device-width: 320px) and (max-device-width: 1920px) {
	  [DeviceType="Mobile"] {
	    @import url('https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic');
	    /*start - august 2nd 2017 - order history invoice changes*/
	    /*start - august 2nd 2017 - order history invoice changes*/
	    /*Start- Staples Mobile Modification - April 10th 2017*/
	    /*End- Staples Mobile Modification - April 10th 2017*/
	    /*Start - pagination control for Order history*/
	    /*End - pagination control for Order history*/
	  }
	  [DeviceType="Mobile"] .cookie-modal {
	    margin-left: 0px !important;
	    z-index: 1002;
	  }
	  [DeviceType="Mobile"] .accordionName {
	    width: 60%;
	    float: left !important;
	  }
	  [DeviceType="Mobile"] .accordionSwitch {
	    margin-top: -5px;
	    float: right !important;
	  }
	  [DeviceType="Mobile"] #disclaimer-container {
	    opacity: 0;
	    background-color: rgba(20, 20, 20, 0.8);
	    position: fixed;
	    bottom: 0;
	    left: 0%;
	    right: 0%;
	    min-height: 70px;
	    width: 100%;
	    z-index: 1001;
	    border-radius: 0px;
	  }
	  [DeviceType="Mobile"] .disclaimer-content {
	    min-height: 26px;
	    color: #ccc;
	    font-size: .85em;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	    width: 98%;
	    padding: 5px;
	    float: left;
	    border-bottom: 1px dashed #fa6031;
	  }
	  [DeviceType="Mobile"] #disclaimer {
	    min-height: 26px;
	    min-width: 93%;
	    color: #ccc;
	    font-size: 1em;
	    display: contents !important;
	    align-items: center;
	    justify-content: center;
	    padding: 10px 10px;
	  }
	  [DeviceType="Mobile"] .disclaimer-setting-action {
	    float: left;
	    width: 50% !important;
	    padding: 0px;
	    align-content: center;
	    cursor: pointer;
	  }
	  [DeviceType="Mobile"] .disclaimer-setting {
	    float: left;
	    width: 100% !important;
	    padding: 0 0 2px 0;
	    align-content: center;
	    cursor: pointer;
	  }
	  [DeviceType="Mobile"] .linkButtonSetting {
	    width: 100%;
	    padding: 0px 10px 0px 0px;
	    text-align: right;
	    text-decoration: underline;
	    color: white;
	    height: 45px;
	    line-height: 45px;
	    float: right;
	  }
	  [DeviceType="Mobile"] .linkButton {
	    margin: 0px;
	    width: 100%;
	    float: left !important;
	    background: #5e5e5e;
	    padding: 0px 0px;
	    display: inline-block;
	    color: #ffffff;
	    text-align: center;
	    height: 45px;
	    line-height: 45px;
	    text-decoration: none;
	  }
	  [DeviceType="Mobile"] .acceptbtn {
	    margin: 0px;
	    margin-left: 0px;
	    float: right !important;
	    width: 100%;
	    background: #fa6031;
	    padding: 0px 0px;
	    display: inline-block;
	    color: #ffffff;
	    height: 45px;
	    line-height: 45px;
	    text-align: center;
	    text-decoration: none;
	    border-radius: 0px;
	  }
	}
	/*13.0.0*/
	.boxSelected {
	  background: #fa6031;
	  padding: 3px;
	  box-shadow: 3px 3px #000000;
	  margin-right: 5px;
	  color: #ffffff;
	}
	.box {
	  background: #5e5e5e;
	  padding: 3px;
	  margin-right: 5px;
	  color: #000000;
	}
	.box:hover {
	  background: #fa6031;
	  padding: 3px;
	  box-shadow: 3px 3px #000000;
	  margin-right: 5px;
	  color: #ffffff;
	}
	.scPlaceHolder {
	  float: left;
	  width: 67%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.buttonPlaceHolder {
	  text-align: right;
	  width: 29%;
	}
	.scProductName {
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  font-size: 9px;
	  width: 80px;
	  height: 20px;
	}
	.upload-files-modal .modalcontent .modaltable {
	  height: 385px !important;
	}
	.supported-files-list {
	  width: 650px !important;
	  height: unset;
	  margin-left: -325px;
	}
	.supported-files-list .modalcontent {
	  height: unset;
	}
	.supported-files-list .modalcontent .modaltable {
	  height: 425px !important;
	  margin-top: 5px;
	  margin-bottom: 5px;
	}
	.others-modal {
	  width: 650px !important;
	  margin-left: -325px;
	  top: 42%;
	}
	.others-modal .modaltable {
	  margin-top: 0px !important;
	  height: 480px !important;
	}
	#reuestForInfo.others-modal .modaltable {
	  margin-top: 0px !important;
	  height: 510px !important;
	}
	.saved-files-modal {
	  width: 650px !important;
	  margin-left: -325px;
	  top: 42%;
	}
	.saved-files-modal .modaltable {
	  height: 491px !important;
	}
	.cloud-modal .container .modaltable {
	  height: 409px !important;
	}
	.cloud-modal .container .folder-sidebar .folder-side-bar-list {
	  height: 425px;
	}
	#reuestForInfo #globalrow {
	  margin: 3px;
	  float: left;
	  width: 100%;
	}
	.datasource-steps .select-data {
	  display: inline-block;
	  border-left: 1px dotted #bfbfbf;
	  float: left;
	}
	.datasource-steps .select-data span {
	  padding-right: 4px;
	  font-size: 13px;
	}
	.datasource-steps .select-data a {
	  color: #000000;
	  display: inline-block;
	  padding: 0px 10px;
	}
	.datasource-steps .select-data a:hover {
	  color: #ffffff;
	  background: #c69c6d;
	}
	.datasource-steps .selected-option {
	  display: inline-block;
	  float: left;
	}
	.datasource-steps .selected-option span {
	  padding-right: 4px;
	  font-size: 13px;
	  font-weight: bold;
	}
	.datasource-steps .selected-option a {
	  color: #ffffff;
	  display: inline-block;
	  padding: 0px 10px;
	  background: #c69c6d;
	}
	.datasource-steps .selected-option a:hover {
	  color: #ffffff;
	  background: #5e5e5e;
	}
	.upload-button {
	  margin-top: 5px;
	  color: #5e5e5e;
	  text-decoration: none;
	  font-size: 12px;
	  line-height: 25px;
	  background-color: #efefef;
	  background-image: -moz-linear-gradient(top, #ffffff, #d8d8d8);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d8d8d8));
	  background-image: -webkit-linear-gradient(top, #ffffff, #d8d8d8);
	  background-image: -o-linear-gradient(top, #ffffff, #d8d8d8);
	  background-image: linear-gradient(to bottom, #ffffff, #d8d8d8);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=0);
	  -webkit-border-radius: 3px !important;
	  -moz-border-radius: 3px !important;
	  border-radius: 3px !important;
	  border: 1px solid #c4c4c4;
	  width: 50%;
	}
	.upload-button:hover {
	  color: #5e5e5e;
	  background-color: #dddddd;
	  background-image: -moz-linear-gradient(top, #f1f1f1, #bfbfbf);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#bfbfbf));
	  background-image: -webkit-linear-gradient(top, #f1f1f1, #bfbfbf);
	  background-image: -o-linear-gradient(top, #f1f1f1, #bfbfbf);
	  background-image: linear-gradient(to bottom, #f1f1f1, #bfbfbf);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffbfbfbf', GradientType=0);
	}
	.orDiv div {
	  width: 70%;
	  text-align: center;
	  /*Themecolor*/
	  border-bottom: 1px solid #c69c6d;
	  line-height: 0.1em;
	  margin: 10px 0;
	  display: inline-block;
	}
	.orDiv span {
	  background: #fff;
	  padding: 0 10px;
	}
	.requestforinfocontainer {
	  position: fixed;
	  cursor: pointer;
	}
	.bottomright {
	  position: fixed;
	  bottom: 15px;
	  right: 10%;
	  font-size: 20px;
	  /*Themecolor*/
	  background: #c69c6d;
	  width: 50px;
	  height: 50px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border-radius: 50%;
	  color: white;
	}
	.requestforinfo-help {
	  font-size: 10px !important;
	  position: fixed;
	  margin-top: -2px;
	  margin-left: 2px;
	}
	.others-modal span {
	  font-size: -6px;
	}
	.left-placed {
	  float: left;
	  width: 50%;
	}
	.right-placed {
	  float: right;
	  width: 50%;
	}
	.text-width {
	  width: 255px;
	}
	.others-modal #globalsinglecell {
	  padding: 4px;
	}
	.others-modal #globalsinglecell input {
	  display: block;
	  width: 100%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.others-modal #globalsinglecell textarea {
	  display: block;
	  width: 98%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.others-modal #globalfirstcell {
	  padding: 5px;
	  width: 90%;
	}
	.others-modal #globalsecondcell {
	  padding: 5px;
	  width: 90%;
	}
	.others-modal #globalsecondcell input {
	  width: 110px;
	}
	.others-modal .orderCheck {
	  margin: 10px;
	}
	.others-modal .orderplaced {
	  text-align: center;
	  font-size: 25px;
	  background: white;
	  width: 40px;
	  height: 30px;
	  justify-content: center;
	  align-items: center;
	  border-radius: 50%;
	  color: green;
	  border: 5px solid green;
	  font-weight: bold;
	  padding-top: 10px;
	}
	.others-modal .center {
	  text-align: center;
	}
	.others-modal .left {
	  text-align: left;
	}
	.others-modal .uploadDiv {
	  padding-top: 10px;
	}
	.optionsDiv {
	  justify-content: center;
	  display: flex;
	}
	.hrDiv {
	  width: 100%;
	  text-align: center;
	  /*Themecolor --  @theme-color-0*/
	  border-bottom: 1px solid #c69c6d;
	  line-height: 0.1em;
	  display: inline-block;
	}
	.others-modal .files-holder {
	  border: 2px solid #efefef;
	  border-radius: 5px;
	  line-height: 25px;
	  padding: 5px;
	  margin-left: 4px;
	  margin-right: 4px;
	  display: inline-block;
	  max-height: 75px;
	  overflow-y: auto;
	  overflow-x: hidden;
	  width: 95%;
	}
	.holder {
	  height: 30px;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  border-radius: 6px;
	  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
	  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
	  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
	  background: #ffffff;
	  border: 1px solid #d8d8d8;
	  float: left;
	}
	.holder a {
	  width: 100px;
	}
	.btnselected {
	  padding: 5px 10px;
	  display: inline-block;
	  line-height: 18px;
	  color: #ffffff !important;
	  text-decoration: none;
	  background-color: transparent;
	  border-right: 1px solid #d8d8d8;
	  background-color: #c69c6d;
	  font-weight: bold;
	}
	.btnselected:hover {
	  color: white!important;
	}
	.btn1 {
	  border-right: 0px;
	}
	#reuestForInfo .btn:hover {
	  color: #5e5e5e !important;
	}
	#reuestForInfo .btn a:hover {
	  color: #5e5e5e !important;
	}
	#reuestForInfo .btn {
	  background-color: transparent;
	  padding: 5px 10px;
	  display: inline-block;
	  line-height: 18px;
	  color: #5e5e5e;
	  border-right: 1px solid #d8d8d8;
	  text-decoration: none;
	}
	.others-modal .files-addmore {
	  padding: 10px;
	  color: #c69c6d !important;
	}
	.others-modal .floatright {
	  float: right;
	}
	.others-modal .font-bold {
	  font-weight: bold;
	}
	.others-modal .padding-top {
	  padding-top: 5%;
	}
	.others-modal .supported-file-formats {
	  line-height: 40px;
	  padding-left: 10px;
	  text-decoration: underline;
	}
	.others-modal .modalcontent {
	  float: left;
	  padding: 3px;
	  width: 100%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	#reuestForInfo .modalcontent .add-item {
	  margin: 3px;
	  width: 140px;
	  height: 85px;
	  border: 1px solid #d8d8d8;
	  background: #f2f2f2;
	  float: left;
	  display: inline-block;
	  cursor: pointer;
	  border-radius: 5px;
	}
	#reuestForInfo.modalcontent .add-item:hover {
	  color: #ffffff;
	  background-color: #dddddd;
	  background-image: -moz-linear-gradient(top, #f1f1f1, #bfbfbf);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#bfbfbf));
	  background-image: -webkit-linear-gradient(top, #f1f1f1, #bfbfbf);
	  background-image: -o-linear-gradient(top, #f1f1f1, #bfbfbf);
	  background-image: linear-gradient(to bottom, #f1f1f1, #bfbfbf);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffbfbfbf', GradientType=0);
	}
	#reuestForInfo .modalcontent .add-item .add-item-image {
	  display: block;
	  text-align: center;
	}
	.add-item-image img {
	  height: 40px;
	  width: 40px;
	}
	#reuestForInfo .modalcontent .add-item .add-item-actions {
	  margin: -10px;
	  text-align: center;
	}
	#reuestForInfo .modalcontent .add-item .add-item-actions a {
	  text-decoration: none;
	  font-weight: bold;
	}
	#reuestForInfo .modalcontent .add-item:hover,
	#reuestForInfo .modalcontent .add-item .add-item-actions a:hover {
	  color: #ffffff;
	}
	#reuestForInfo .add-item {
	  width: 40px !important;
	  height: 40px !important;
	  background-color: white;
	}
	.notifications-list {
	  line-height: 0px;
	  position: absolute;
	  z-index: 11;
	  cursor: default;
	  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	  top: 35px;
	  right: 10%;
	  box-shadow: 0px 0px 1px 1px #888888;
	  border-top: 4px solid #c69c6d;
	}
	.notification-container {
	  float: left;
	  border: 1px solid #d8d8d8;
	  background: #ff0000;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  font-size: 13px;
	  padding: 0px;
	}
	.topMiddlePointer::after,
	.topMiddlePointer::before {
	  right: 20%;
	  position: absolute;
	  border: solid transparent;
	  content: " ";
	  border-bottom-color: white;
	  border-width: 10px;
	  top: 1.5%;
	  z-index: 2000;
	}
	.redDot {
	  height: 10px;
	  width: 10px;
	  background-color: red;
	  border-radius: 50%;
	  display: inline-block;
	  z-index: 15;
	  position: relative;
	  top: -5px;
	  left: 19px;
	}
	.notifications-list-OrderHistory {
	  line-height: 0px;
	  position: absolute;
	  z-index: 1;
	  cursor: default;
	  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	  box-shadow: 0px 0px 1px 1px #888888;
	  border-top: 4px solid #c69c6d;
	}
	.cursor-pointer {
	  cursor: pointer;
	}
	.request-info-tab-instruction {
	  display: block;
	  width: 100%;
	  font-size: 9px;
	  font-weight: normal;
	  padding: 2px 0;
	  line-height: 12px;
	}
	.request-info-datasource-steps {
	  display: flex;
	  border-radius: 5px;
	}
	.requestforinfocontainer .icon-search-alignment {
	  font-size: 20px;
	  margin-top: 5px;
	  margin-right: 5px;
	}
	.requestforinfocontainer .bottom-right-shadow {
	  margin: 5px;
	  background: #f1e7db;
	  height: 62px;
	  width: 62px;
	  bottom: 20px;
	  right: 8%;
	  box-shadow: 0px 2px 5px #666;
	}
	.requestforinfocontainer .span-text {
	  font-size: 12px;
	  font-weight: bold;
	}
	.requestforinfocontainer .rectongle-box {
	  background: #c69c6d;
	  width: 57px;
	  border-radius: 50%;
	  height: 57px;
	  justify-content: center;
	  align-items: center;
	  display: flex;
	}
	.requestforinfocontainer .arrow-box-2 {
	  background: #c69c6d;
	  width: 100%;
	  height: 100%;
	  justify-content: center;
	  align-items: center;
	  display: flex;
	  text-align: center;
	}
	.requestforinfocontainer .info-arrow_box {
	  background: #f1e7db;
	  border: 2px solid #f1e7db;
	  height: 55px;
	  width: 132px;
	  border-radius: 5px;
	  right: calc(86%);
	  bottom: 25px;
	  position: fixed;
	  color: #FFFFFF;
	  box-shadow: 0px 1px 10px #666;
	  font-size: 11px;
	}
	.requestforinfocontainer .info-arrow_box:after,
	.requestforinfocontainer .info-arrow_box:before {
	  left: 100%;
	  top: 50%;
	  border: solid transparent;
	  content: "";
	  height: 0;
	  width: 0;
	  position: absolute;
	  pointer-events: none;
	}
	.requestforinfocontainer .info-arrow_box:after {
	  border-color: rgba(136, 183, 213, 0);
	  border-left-color: #c69c6d;
	  border-width: 10px;
	  margin-top: -10px;
	}
	.requestforinfocontainer .info-arrow_box:before {
	  border-color: rgba(194, 225, 245, 0);
	  border-left-color: #f1e7db;
	  border-width: 14px;
	  margin-top: -14px;
	}
	.paddingRight10 {
	  padding-right: 10px;
	}
	.paddingRight5 {
	  padding-right: 5px;
	}
	.Lside-heading-label {
	  width: 72%;
	  float: left;
	  font-weight: bolder;
	  font-size: 1.17em;
	}
	.Rside-heading-label {
	  width: 25%;
	  float: left;
	  padding-top: 14px;
	  padding-bottom: 16px;
	}
	.themeColor {
	  color: #c69c6d;
	}
	.mynotifications {
	  cursor: pointer;
	  margin-left: 20px;
	  color: #ffffff;
	  display: inline-block;
	  font-size: 12px;
	  float: right;
	}
	.mynotifications .mynotifications-label span.icon-tags {
	  top: 2px;
	  position: relative;
	}
	.mynotifications .mynotifications-label:hover {
	  color: #d8d8d8;
	}
	.shipping-address-edit form div:nth-of-type(13) {
	    display: none;
}
